ZPRINT(1) | General Commands Manual | ZPRINT(1) |
zprint
— show
information about kernel zones
zprint |
[-cdhlLstw ] [name] |
zprint
displays data about Mach zones
(allocation buckets). By default, zprint
will print
out information about all Mach zones. If the optional
name is specified, zprint
will
print information about each zone for which name is a
substring of the zone's name.
zprint
interprets the following
options:
-c
zprint
prints zone info in columns. Long
zone names are truncated with ‘$
’,
and spaces are replaced with ‘.
’, to
allow for sorting by column. Pageable and collectible zones are shown with
‘P
’ and
‘C
’ on the far right, respectively.
Zones with preposterously large maximum sizes are shown with
‘----
’ in the max size and max num
elts fields.-d
-h
-c
option. It may be useful to override this
option when sorting by column.-l
-L
-s
zprint
sorts the zones, showing the zone wasting
the most memory first.-t
zprint
calculates the total size of
allocations from the zone over the life of the zone.-w
zprint
calculates how much space is
allocated but not currently in use, the space wasted by the zone.Any option (including default options) can be overridden by
specifying the option in upper-case; for example, -C
overrides the default option -c
.
The zprint
utility exits 0 on
success, and >0 if an error occurs.
May 2, 2016 | macOS |