4 zprint \- show information about kernel zones
6 \fBzprint\fP [\fB-w\fP] [\fB-s\fP] [\fB-c\fP] [\fB-h\fP] [\fB-t\fP] [\fB-d\fP] [\fB-p <pid>\fP][name]
8 \fIzprint(1)\fR displays data about Mach zones. By default,
9 \fIzprint\fR will print out information about all Mach zones. If the
10 optional \fIname\fR is specified, \fIzprint\fR will print information
11 about each zone for which \fIname\fR is a substring of the zone's
14 \fIzprint\fR interprets the following options:
19 \fIzprint\fR prints zone info in columns. Long zone names are truncated
20 with '$', and spaces are replaced with '.', to allow for sorting by column.
21 Pageable and collectible zones are shown with 'P' and 'C'
22 on the far right. Zones with preposterously large maximum
23 sizes are shown with '----' in the max size and max num elts fields.
28 Shows headings for the columns printed with the -c option.
29 It may be useful to override this option when sorting by column.
33 \fIzprint\fR sorts the zones, showing the zone wasting the most memory first.
37 For each zone, \fIzprint\fR calculates how much space is allocated but
38 not currently in use, the space wasted by the zone.
41 For each zone, \fIzprint\fR calculates the total size of allocations from
42 the zone over the life of the zone.
45 Display deltas over time, showing any zones that have achieved a new maximum
46 current allocation size during the interval. If the total allocation sizes are
47 being displayed for the zones in question, it will also display the deltas if the
48 total allocations have doubled.
50 Display zone usage related to the specified process id. Each zone will display
51 standard columns and the amount of memory from that zone associated with a given
52 process. The letter "A" in the flags column indicates that this total is being
53 accounted to the process. Otherwise, the total is an indication of the influence
54 the process has on the kernel, but the memory is being accounted to the kernel proper.
56 Any option (including default options) can be overridden
57 by specifying the option in upper-case; for example, -C overrides
58 the (default) option -c.