]>
Commit | Line | Data |
---|---|---|
c3a08f59 A |
1 | .TH ZPRINT 1 27/02/87 |
2 | .CM 4 | |
3 | .SH NAME | |
4 | zprint \- 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 | |
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 | |
12 | name. | |
13 | .PP | |
14 | \fIzprint\fR interprets the following options: | |
34d340d7 | 15 | .\" ========== |
c3a08f59 A |
16 | .TP 8 |
17 | .B \-c | |
18 | (Default) | |
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. | |
34d340d7 | 24 | .\" ========== |
c3a08f59 A |
25 | .TP 8 |
26 | .B \-h | |
27 | (Default) | |
28 | Shows headings for the columns printed with the -c option. | |
29 | It may be useful to override this option when sorting by column. | |
34d340d7 A |
30 | .\" ========== |
31 | .TP 8 | |
32 | .B \-s | |
33 | \fIzprint\fR sorts the zones, showing the wasting the most memory first. | |
34 | .\" ========== | |
35 | .TP 8 | |
36 | .B \-w | |
37 | For each zone, \fIzprint\fR calculates how much space is allocated but | |
38 | not currently in use, the space wasted by the zone. | |
c3a08f59 A |
39 | .PP |
40 | Any option (including default options) can be overridden | |
41 | by specifying the option in upper-case; for example, -C overrides | |
42 | the (default) option -c. |