This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



ZPRINT(1)                                                                                          ZPRINT(1)



NAME
       zprint - show information about kernel zones

SYNOPSIS
       zprint [-w] [-s] [-c] [-h] [name]

DESCRIPTION
       zprint(1)  displays  data  about Mach zones.  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      (Default)  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. Zones with preposterously large maximum sizes
               are shown with '----' in the max size and max num elts fields.

       -h      (Default) Shows headings for the columns printed with the -c option.  It  may  be  useful  to
               override this option when sorting by column.

       -s      zprint sorts the zones, showing the wasting the most memory first.

       -w      For  each  zone,  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.



                                                  27/02/87                                         ZPRINT(1)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...