]> git.saurik.com Git - apple/system_cmds.git/blame - zprint.tproj/zprint.1
system_cmds-336.10.tar.gz
[apple/system_cmds.git] / zprint.tproj / zprint.1
CommitLineData
c3a08f59
A
1.TH ZPRINT 1 27/02/87
2.CM 4
3.SH NAME
4zprint \- show information about kernel zones
5.SH SYNOPSIS
6\fBzprint\fP [\fB-w\fP] [\fB-s\fP] [\fB-c\fP] [\fB-h\fP] [name]
7.SH DESCRIPTION
8\fIzprint(1)\fR displays data about Mach zones. By default,
9\fIzprint\fR will print out information about all Mach zones. If the
10optional \fIname\fR is specified, \fIzprint\fR will print information
11about each zone for which \fIname\fR is a substring of the zone's
12name.
13.PP
14\fIzprint\fR interprets the following options:
15.TP 8
16.B \-w
17For each zone, \fIzprint\fR calculates how much space is allocated but
18not currently in use, the space wasted by the zone.
19.TP 8
20.B \-s
21\fIzprint\fR sorts the zones, showing the wasting the most memory first.
22.TP 8
23.B \-c
24(Default)
25\fIzprint\fR prints zone info in columns. Long zone names are truncated
26with '$', and spaces are replaced with '.', to allow for sorting by column.
27Pageable and collectible zones are shown with 'P' and 'C'
28on the far right. Zones with preposterously large maximum
29sizes are shown with '----' in the max size and max num elts fields.
30.TP 8
31.B \-h
32(Default)
33Shows headings for the columns printed with the -c option.
34It may be useful to override this option when sorting by column.
35.PP
36Any option (including default options) can be overridden
37by specifying the option in upper-case; for example, -C overrides
38the (default) option -c.
39.SH "SEE ALSO"
40host_zone_info(2).