DistCC Monitor [Distributive Cross Compilation Monitor]

DistCC is a distributive cross compilation tool-kit which can be used to distribute the process of compilation across multiple hosts. It will help faster the build by distributing the build process to multiple host computers on the network.

It can be used as part of tool chain by just configuring the CC parameter in the Makefile. For distCC to work distCC should be installed on all the system and distCC-deamon should be instanciated on all the systems.

More information regarding distcc can be found here [ distCC Homepage ]

DistCC Monitor is a small script file used to monitor the health of distCC server hosts. It performs distCC analysis on the host computers and sends email about their health status.