[distcc] Probs with distcc

AthlonRob AthlonRob at axpr.net
Tue Dec 2 05:43:47 GMT 2003


On Mon, 2003-12-01 at 21:36, Martin Pool wrote:

> > How can I see that distcc as server is running?
> 
> $ ps ax | grep distccd
> 
> or
> 
> $ netstat -tlp

I love saving keystrokes... which I make up by typing a lot in email and
usenet and stuff...  :-)

Anyway, I recently learned of pgrep.  It's an excellent way to figure
out if something is running or not.  pgrep outputs the PID of anything
matching the regex you give it.

rob at duron:~$ pgrep distccd
4388
10995
11006
11260
11292
11334
11348
11368
11372
11437
11455

FWIW, anyway...

Rob




More information about the distcc mailing list