Name
zprint
Synopsis
zprint [options]name
Displays information in columnar output about all memory zones. Using command-line switches, you can alter the formatting and amount of information displayed.
Options
-
-w Display the space allocated, but not in use, for each memory zone. The output for each zone is displayed in the right-most column.
-
-s Produces a sorted output of the memory zones in descending order beginning with the zone that wastes the most memory.
-
-C Overrides the default columnar format with a row-based display that also reduces the information fields shown.
-
-H Hides the default columnar headings. This may be useful when sorting output by column.
name is a substring of one or more memory zone names. Only memory zones matching this substring will be included in the output.