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.

[EMAIL PROTECTED]:~$ pgrep distccd
4388
10995
11006
11260
11292
11334
11348
11368
11372
11437
11455

FWIW, anyway...

Rob

__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc

Reply via email to