Best Answer
14.3 percent of cpu time for user processes
0.1 percent of cpu time used by system(os)
0.0 percent cpu time for rescheduling of priority
68.2 percent cpu time is idle
0.0 percent of cpu time is waiting for i/o (no i/o)
0.0 percent hardware interrupts
0.0 percent software interrupts(sometimes software handles int.)
0.0 percent of cpu used for steal time...
output says, this system is not busy....
Response by: jalal3623 points |
Response by: jalal3623 points |
Is CPU activity, splitted by functions: user, system, nice, wait, hardware irq, software
interrupt, steal time.
see "man top"
|
Read man top
us: user cpu time
sy: system cpu time
ni: user nice cpu time
id: idle cpu time
wa: io wait cpu time
hi: hardware irq (servicing hardware interrupts)
si: software irq (servicing software interrupts)
st: steal time (time in involuntary wait by virtual cpu while hypervisor is servicing another
processor)
Response by: tmtt440 points |