Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / top / dist / machine / m_macosx.man
blobc92a76dfcb145de9e76191d4083f656ca008ed49
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.
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.