Hi,
thanks all guys who gave usefull hints.
Some suggestions:
ps gux | head -15
ps aux | head -15
ps aux | sort +2n -r | head -15
ps -ef | sort -k4r | more
ps -e -o pcpu -o pid -o command | grep -v %CPU | sort -r -n | head -5
ps go user,pid,ppid,pcpu,time,state,command | cut -c 1-80 |\
grep -v " 0.0 " | sort -nr -k 4.0 | head -15
There are tools like "top", "syd", but the ps-command works very fine.
regards
Werner Rost
------------------------------------------------------
Werner Rost, Mannesmann-Boge GmbH
Abt: KIR
Tel: 0228/3825-420
Fax: 0228/3825-398
Email: werner.rost_at_boge.mannesmann.de
Friesdorfer Str. 175, 53175 Bonn - Bad Godesberg
------------------------------------------------------
Received on Mon May 08 2000 - 11:41:27 NZST