Sunnycoder is correct 'top' is the command you need
top - display top CPU processes
and the result will be something like this
17:09:21 up 1 day, 3:17, 1 user, load average: 0.00, 0.00, 0.00
62 processes: 60 sleeping, 2 running, 0 zombie, 0 stopped
CPU states: 1.1% user 0.0% system 0.0% nice 0.0% iowait 98.8% idle
Mem: 126044k av, 122612k used, 3432k free, 0k shrd, 50008k buff
92240k actv, 0k in_d, 1244k in_c
Swap: 1044144k av, 3560k used, 1040584k free 25484k cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
so it's not only for CPU, it's also for RAM usage and swap space and which application using how many CPU and RAM/SWAP.
man top to get more detal :)
Main Topics
Browse All Topics





by: sunnycoderPosted on 2004-04-02 at 00:23:19ID: 10739089
Hi mikekwok,
top
Sunnycoder