1827853 Members
1702 Online
109969 Solutions
New Discussion

Re: TOP Command

 
Vic006
Frequent Advisor

TOP Command

Hi All

In the output of TOP what does the parameters like
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
indicate, i couldnt get much info from man.

Thanks in advance
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: TOP Command

Shalom,

top displays what it displays, nothing more.

For, better info, you need better tools.

http://www.hpux.ws/?p=6

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Shibin_2
Honored Contributor

Re: TOP Command

Hi here is the answer for your question.

This line displays a percentage of time spent in each of the processor states (typically user, nice, system, idle, and iowait). These percentages show the processor activity during the time since the last update.

CPU -- It shows no. of CPU in your box.
LOAD -- Load on your CPU. For each CPU it shows separately.
USER -- No of user processes in percentage.
NICE -- Nice value of the processes in percentage.
IDLE -- System idle time
SWAIT -- I/O wait time.
INTR -- Interrupts
Regards
Shibin