pgrep is a useful tool I never heard of before...  It's packaged with
top, ps, etc.  First appeared in Solaris 7.

Maybe there is/should be a diagnostics counter?

-- 
Edward J. Huff <[EMAIL PROTECTED]>
#!/bin/bash

(
while true; do 
    echo $(date; for ((i = 0; i < 60; i++)); do pgrep -u freenet java | wc -l; sleep 1; done); 
done
) | tee -a watch-threads-data

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to