1 .\" Copyright (c) 1997, Apple Computer, Inc.  All rights reserved.
 
   8 .Nd show Mach virtual memory statistics
 
  14 displays Mach virtual memory statistics.  If the optional 
 
  18 will display the statistics every 
 
  20 seconds.  In this case, each line of output displays the change in
 
  23 count of 1 displays the values per second).  However, the first line
 
  24 of output following each banner displays the system-wide totals for
 
  25 each statistic.  The following values are displayed:
 
  26 .Bl -tag -width indent
 
  28 the total number of free pages in the system.
 
  30 the total number of pages currently in use and pageable.
 
  32 the total number of pages on the inactive list.
 
  34 the total number of pages wired down.  That is, pages that cannot be
 
  36 .It Translation faults
 
  37 the number of times the "vm_fault" routine has been called.
 
  38 .It Pages copy-on-write
 
  39 the number of faults that caused a page to be
 
  40 copied (generally caused by copy-on-write faults).
 
  42 the total number of pages that have been zero-filled on demand.
 
  44 the total number of pages that have been moved from the inactive list
 
  45 to the active list (reactivated).
 
  47 the number of requests for pages from a pager (such as the inode pager).
 
  49 the number of pages that have been paged out.
 
  54 is not specified, then 
 
  56 displays all accumulated statistics along with the page size and the
 
  57 object cache performance.