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