vote up 3 vote down star

I am trying to diagnose a problem on a server box that I believe is related to CPU usage.

However, when I log in to the box and run 'top' I see a %CPU of 160 or higher. This is because this is a multi-processor box.

How do I see the CPU usage of the individual processors?

How can I do this in real time?

Thanks!

flag

46% accept rate
Stack Overflow is for programming questions. There will be an IT version of SO at some point. In the meantime you may be able to get help with this IT question at one of the sites listed here: stackoverflow.com/questions/321618/… – EBGreen Feb 5 at 23:59
Actually, I think that this is a perfectly valid question for this environment. This is at least as valid a question as much of the fluff I see floating through all the time -- not to mention this is helping me solve a programming problem. – Hortitude Feb 6 at 0:03

2 Answers

vote up 4 vote down check

run "top"

press 1

link|flag
If you're using procps top (default on most Linux), that is. Traditional UNIX top doesn't have this feature. – ephemient Feb 6 at 21:22
vote up 4 vote down

What UNIX are we talking here?

Try mpstat if you're in Solaris or Linux.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.