![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change record detail...in file | happyv | Shell Programming and Scripting | 5 | 03-12-2007 01:06 AM |
| how to use the grep to find detail in a file | etravels | SUN Solaris | 1 | 03-10-2004 02:03 PM |
| what does metaroot in detail? | hugo_perez | UNIX for Advanced & Expert Users | 3 | 08-05-2003 05:18 PM |
| Getting detail out of a log file... | Cameron | UNIX for Dummies Questions & Answers | 3 | 08-22-2002 10:36 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Top command in detail
hi frnds
when i run the top it wil give the following o/p i want to know what it indicate ....??? what is us,sy,ni,id,wa ,etc .....?? ------------------------------- o/p -------------------- Tasks: 551 total, 1 running, 550 sleeping, 0 stopped, 0 zombie Cpu(s): 6.0%us, 3.2%sy, 0.0%ni, 89.5%id, 0.0%wa, 0.1%hi, 1.2%si, 0.0%st Mem: 3896296k total, 3678292k used, 218004k free, 325424k buffers Swap: 8385888k total, 0k used, 8385888k free, 1247808k cached .......continue....... ------------------------------------------------------------------------------------ thanks |
|
||||
|
All those parameters refer to the CPU states:
us - userspace (doing userspace stuff) sy - syscalls (doing kernel stuff - comunication between user and kernel) ni - niced processes id - idle wa - waiting for i/o hi - hw interrupts si: software interrupts |
| Sponsored Links | ||
|
|