UNIX is all about multitasking but how do you know what's using all the processor cyles.

Your UNIX box running slow, what it doing ?

Well most UNIX platforms support "top" command. Just type >top ....

What you get is a list of the top 10 processes running on your machine and the percentage of process cycles being used by each process. The list is dynamic and update second or so.

Unix Top Command


Home --> Unix --> Top

Top Processes