[distcc] distcc monitoring tool?

Martin Pool mbp at samba.org
Fri May 23 02:26:30 GMT 2003


On 22 May 2003, Matthias Kn?fel <matk at go.cc> wrote:

> I'm using distcc for a while... and wow.. I'm impressed ;) good work!
> Is there a monitoring tool similar to the tbmonitor of the teambuilder
> suite from trolltech? And if not, is it in theory easy to implement such
> a utility within the distcc infrastructur? I like to watch the building 
> process all the time ;))

Another thing I like which is very old-fashioned but works well is to
simply run 

  watch pstree 1234

on the pid of the top-level make process.  You can then see all the
child processes, and it gives a good indication of which files are
being build locally and remotely.

-- 
Martin 



More information about the distcc mailing list