top command: abbrevations and meanings - Please !


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers top command: abbrevations and meanings - Please !
# 1  
Old 11-25-2010
Bug top command: abbrevations and meanings - Please !

Hi all,

I was trying see some CPU utilization of a Red hat Linux machine using 'top' command.
Any way I got high level idea from the out puts,
but when I observed the following line:

Cpu(s): 7.4%us, 0.5%sy, 0.0%ni, 91.6%id, 0.4%wa, 0.0%hi, 0.1%si, 0.0%st

I couldn't make out what all these abbrevations mean (I guess us: used, id: idle ....)
It seems that all these are CPU usage components, I went through the man page but couldn't find any description.

Any one please give idea about these abbrevations, thanks in advance Smilie

-a99u
# 2  
Old 11-25-2010
An excerption of:

Man Page for top (Linux Section 1) - The UNIX and Linux Forums

Quote:
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.

us -- User CPU time
The time the CPU has spent running users' processes that are
not niced.

sy -- System CPU time
The time the CPU has spent running the kernel and its pro-
cesses.

ni -- Nice CPU time
The time the CPU has spent running users' proccess that have
been niced.

wa -- iowait
Amount of time the CPU has been waiting for I/O to complete.

hi -- Hardware IRQ
The amount of time the CPU has been servicing hardware inter-
rupts.

si -- Software Interrupts
The amount of time the CPU has been servicing software inter-
rupts.

st -- Steal Time
The amount of CPU 'stolen' from this virtual machine by the
hypervisor for other tasks (such as running another virtual
machine).
# 3  
Old 11-25-2010
Thanks alot for showing patience to answer this question Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Pipes with the < and >> meanings.

Hey, Well, we're starting scripting next week for my class, and I have my command done, but I don't actually understand what the meaning is, so I was just wondering if someone could "translate" this in to words so that I might be able to do this better... command1 | command2 | command3... (5 Replies)
Discussion started by: sso
5 Replies

2. Shell Programming and Scripting

Save abbrevations in vi

Hi, ¿how i can to save abbrevations in vi? (4 Replies)
Discussion started by: Leo Gutierrez
4 Replies

3. Shell Programming and Scripting

Command to find the Memory and CPU utilization using 'top' command

Hi all, I found like top command could be used to find the Memory and CPU utilization. But i want to know how to find the Memory and CPU utilization for a particular user using top command. Thanks in advance. Thanks, Ananthi.U (2 Replies)
Discussion started by: ananthi_ku
2 Replies

4. AIX

Top command in AIX 4.2 (no topas, no nmon, no top)?

Is there a 'top' command equivalent in AIX 4.2 ? I already checked and I do not see the following ones anywhere: top nmon topas (1 Reply)
Discussion started by: Browser_ice
1 Replies

5. Shell Programming and Scripting

need meanings for FTP codes

Hi Friends, Could i get the meaning for the following FTP codes? 421 425 426 530 450 550 451 551 452 552 553 Thanks, Raja. (1 Reply)
Discussion started by: smr_rashmy
1 Replies

6. Cybersecurity

Syslog events meanings

Hi everybody, I'm writing to know what the following event stands for. I know that the following event is about a "su to root" action but I don't have any Idea about what action could rise this message. For example If an acction performed by the root crontab, a sudo command or something like that.... (1 Reply)
Discussion started by: PVelazco
1 Replies

7. Solaris

top command

Hi, How to install software package top in solaris, (4 Replies)
Discussion started by: manoj.solaris
4 Replies

8. Shell Programming and Scripting

Top command

Hey, Using one single line of command i am trying to show the CPU usage for 4 processors and then filter it out and write it to a text file. Everything seams ok except that i am not able to switch from having the top command show me all CPU processes seperate opposed to showing me the average of... (8 Replies)
Discussion started by: Georgesaa
8 Replies

9. UNIX for Dummies Questions & Answers

top command

Hey, Using one single line of command i am trying to show the CPU usage for 4 processors and then filter it out and write it to a text file. Everything seams ok except that i am not able to switch from having the top command show me all CPU processes seperate opposed to showing me the average of... (0 Replies)
Discussion started by: Georgesaa
0 Replies

10. Shell Programming and Scripting

where can I get exit code meanings?

I'm investigating strange behaviour on two boxes (Sun OS 5.10 and AIX 5.1) in ksh have used $? to get exit codes returned:- 137 and 34 where can I find what these mean? thank you (1 Reply)
Discussion started by: speedieB
1 Replies
Login or Register to Ask a Question