1 .\" Copyright (c) 1997, Apple Computer, Inc. All rights reserved.
8 .Nd show Mach virtual memory statistics
17 displays Mach virtual memory statistics. If the optional
21 will display the statistics every
23 seconds. In this case, each line of output displays the change in
26 count of 1 displays the values per second). However, the first line
27 of output following each banner displays the system-wide totals for
31 is provided, the command will terminate after
34 The following values are displayed:
35 .Bl -tag -width indent
37 the total number of free pages in the system.
39 the total number of pages currently in use and pageable.
41 the total number of pages on the inactive list.
43 the total number of pages on the speculative list.
45 the total number of pages on the throttled list (not wired but not pageable).
47 the total number of pages wired down. That is, pages that cannot be
50 the total number of purgeable pages.
51 .It Translation faults
52 the number of times the "vm_fault" routine has been called.
53 .It Pages copy-on-write
54 the number of faults that caused a page to be
55 copied (generally caused by copy-on-write faults).
57 the total number of pages that have been zero-filled on demand.
59 the total number of pages that have been moved from the inactive list
60 to the active list (reactivated).
62 the total number of pages that have been purged.
64 the total number of pages that are file-backed (non-swap)
66 the total number of pages that are anonymous
67 .It Uncompressed pages
68 the total number of pages (uncompressed) held within the compressor
69 .It Pages used by VM compressor:
70 the number of pages used to store compressed VM pages.
71 .It Pages decompressed
72 the total number of pages that have been decompressed by the VM compressor.
74 the total number of pages that have been compressed by the VM compressor.
76 the total number of requests for pages from a pager (such as the inode pager).
78 the total number of pages that have been paged out.
80 the total number of compressed pages that have been swapped out to disk.
82 the total number of compressed pages that have been swapped back in from disk.
87 is not specified, then
89 displays all accumulated statistics along with the page size.