[rhn-users] Top Command Header Explanation

Jesse Becker jbecker at northwestern.edu
Fri Nov 4 17:11:15 UTC 2005


On Thu, Nov 03, 2005 at 01:23:26PM -0500, Jacobs, Brendan D. wrote:
> Can someone point me to the right documentation site for the 'top'
> command procps version 3.2.3?  I found the UNIX top site, but that isn't
> the same one that RHEL4 uses.  Specifically, I want to find a detailed
> description about the 'top' header: 


Did the man page not help?  I've found it to be pretty complete.

> top - 13:15:24 up 15 days,  4:16, 12 users,  load average: 0.58, 0.45, 0.40

This is pretty simple:
	The current time is 13:15:24
	The box has been online 15 days, 4 hours, 16 minutes.
	The 1, 5, and 15 minute loads are 0.58, 0.45, and 0.40 respectively.

> Tasks: 168 total,   2 running, 166 sleeping,   0 stopped,   0 zombie

There are 168 total processes.  Of those
	2 are actively doing something
	The rest are idle (sleeping)

> Cpu(s):  8.2% us,  1.8% sy,  0.0% ni, 90.0% id,  0.0% wa,  0.0% hi, 0.0% si

The CPU was 90% idle over the last update period.  About 8% was devoted to
user processes (probably the two mentioned before), and about 2% was devoted
to kernel time.  

> Mem:   3113852k total,  3080544k used,    33308k free,   410868k buffers
> Swap:        0k total,        0k used,        0k free,  1805372k cached

You have 3GB of RAM and it is almost all used, either by processes, or disk
buffers and file cache.  There's about 32MB of free memory.  You do not have
any swap space configured.


-- 
Jesse Becker
GPG-fingerprint: BD00 7AA4 4483 AFCC 82D0  2720 0083 0931 9A2B 06A2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 1857 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/rhn-users/attachments/20051104/11239345/attachment.sig>


More information about the rhn-users mailing list