What is %id in Process Monitor

gookaa

New member
Joined
Jan 13, 2011
Messages
3
Hi. A line in my process monitor like that:

Cpu(s): 17.5%us, 10.8%sy, 0.0%ni, 58.5%id, 13.0%wa, 0.1%hi, 0.1%si, 0.0%st

I wonder what us, sy, ni, id (especially this one), wa, hi, si and st mean?

Can you please make me understand? Also can you offer to read any article to reduce "id" and "us" to me? Thanks.
 
us = user
sy = system
ni = nice
id = idle
wa = wait

Not sure what the other 2 are.
 
Yes idle means that % of the cpu isnt being used at the moment.
 
Back
Top