![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to make a line BLINKING in output and also how to increase font size in output | mail2sant | Shell Programming and Scripting | 3 | 04-14-2008 04:30 AM |
| awk output | useless79 | Shell Programming and Scripting | 3 | 09-03-2007 07:21 AM |
| ls -al output is -rw------T | Hayez | UNIX for Dummies Questions & Answers | 2 | 09-05-2005 11:14 PM |
| FTP Output | lindeng | UNIX for Dummies Questions & Answers | 9 | 02-10-2004 07:18 PM |
| ps output | Shobhit | UNIX for Advanced & Expert Users | 2 | 03-10-2002 06:45 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
top output
Hi all, below is the output of my 'top'
Code:
Tasks: 91 total, 2 running, 89 sleeping, 0 stopped, 0 zombie Cpu(s): 3.9% us, 20.5% sy, 0.0% ni, 75.6% id, 0.0% wa, 0.0% hi, 0.0% si |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
us -> user processes
sy -> System processes id -> ideal For remaining stuffs, I am not sure..May some other poss wil help us both in learning it. Regards, Ramkrix |
|
#3
|
|||
|
|||
|
I got it
us -> User sy -> system ni -> nice id -> idle wa -> iowait hi -> H/w interrupt requests si -> S/w interrupt requests |
|
#4
|
|||
|
|||
|
From my output
Code:
Cpu(s): 3.9% us, 20.5% sy, 0.0% ni, 75.6% id, 0.0% wa, 0.0% hi, 0.0% si |
|
#5
|
|||
|
|||
|
Yes, that is what it means
|
|||
| Google The UNIX and Linux Forums |