1753287 Members
5504 Online
108792 Solutions
New Discussion юеВ

top help

 
SOLVED
Go to solution
Maaz
Valued Contributor

top help


from the output of 'top'

Cpu(s): 38.1%us, 0.7%sy, 0.2%ni, 59.5%id, 1.4%wa, 0.0%hi, 0.0%si, 0.0%st

whats the 'ni' 'hi' and 'si'

please help
2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: top help

ni stands for nice, processes with lower priority. Often invoked with nice(1).
Matti_Kurkela
Honored Contributor
Solution

Re: top help

From the man page of top:

------
2c. CPU States

The CPU states are shown in the Summary Area. They are always shown as a percentage and are for the time between now and the last refresh.

[...]

hi -- Hardware IRQ

The amount of time the CPU has been servicing hardware interrupts.

si -- Software Interrupts

The amount of time the CPU has been servicing software interrupts.

------

MK
MK