source: trunk/third/top/machine/m_sunos5.man @ 16185

Revision 16185, 1.9 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16184, which included commits to RCS files with non-trunk default branches.
Line 
1.SH "SUNOS 5 NOTES"
2CPU percentage is calculated as a fraction of total available computing
3resources.  Hence on a multiprocessor machine a single threaded process
4can never consume cpu time in excess of 1 divided by the number of processors.
5For example, on a 4 processor machine, a single threaded process will
6never show a cpu percentage higher than 25%.  The CPU percentage column
7will always total approximately 100, regardless of the number of processors.
8
9The memory summary line displays the following: "real" is the total
10amount of physical memory that can be allocated for use by processes
11(it does not include memory reserved for the kernel's use), "free" is
12the amount of unallocated physical memory, "swap in use" is the amount
13of swap area on disk that is being used, "swap free" is the amount of
14swap area on disk that is still available.  The swap figures will differ
15from the summary output of
16.IR swap (1M)
17since the latter includes physical memory as well.
18
19The column "THR" indicates the number of execution threads in the process.
20
21In BSD Unix, process priority was represented internally as a signed
22offset from a zero value with an unsigned value.  The "zero" value
23was usually something like 20, allowing for a range of priorities
24from -20 to 20.  As implemented on SunOS 5, older version of top
25continued to interpret process priority in this manner, even though
26it was no longer correct.  Starting with top version 3.5, this was
27changed to agree with the rest of the system.
28
29The SunOS 5 (Solaris 2) port was oroginally written by Torsten Kasch,
30<torsten@techfak.uni-bielefeld.de>.  Many contributions have been
31provided by Casper Dik <Casper.Dik@sun.com>.
32Support for multi-cpu, calculation of CPU% and memory stats provided by
33Robert Boucher <boucher@sofkin.ca>, Marc Cohen <marc@aai.com>,
34Charles Hedrick <hedrick@geneva.rutgers.edu>, and
35William L. Jones <jones@chpc>.
Note: See TracBrowser for help on using the repository browser.