Revision 16185,
1.0 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 "MacOS X NOTES" |
---|
2 | The display is pretty close to the recommended display and also that |
---|
3 | of a normal 4.4 BSD system. The NICE column has been changed to be |
---|
4 | the number of threads for each process. The SIZE column reflects the |
---|
5 | total size of the process (resident + non-resident) while the RES |
---|
6 | column shows only the resident size. The STATE column uses |
---|
7 | information taken from the kinfo_proc structure p_pstat member. It |
---|
8 | will accurately display the state of stopped and zombie processes, but |
---|
9 | I am not really sure about the other states. Finally, the MEM column |
---|
10 | is included which displays the percent of total memory per the ps |
---|
11 | command. |
---|
12 | |
---|
13 | The MacOS X module was written by Andrew S. Townley <atownley@primenet.com>. |
---|
14 | Many thanks to William LeFebvre who is the original author |
---|
15 | of the top utility and to Mike Rhee who showed the utility |
---|
16 | to me in the first place. Thanks also to Christos Zoulas |
---|
17 | who wrote the 4.4 BSD implementation of the machine module. |
---|
18 | I also got some pointers from the NEXTSTEP 3.2 and OSF/1 |
---|
19 | versions by Tim Pugh and Anthony Baxter, respectively. |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.