[BACK]Return to systat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/systat.1 between version 1.20 and 1.21

version 1.20, 2001/04/20 16:43:39 version 1.21, 2001/08/11 15:30:33
Line 336 
Line 336 
 display is a list of virtual memory statistics.  display is a list of virtual memory statistics.
 The abbreviations are:  The abbreviations are:
 .Bl -tag -compact -width XXXXXX -offset indent  .Bl -tag -compact -width XXXXXX -offset indent
 .It cow  .It forks
 copy-on-write faults  process forks
 .It objlk  .It fkppw
 object cache lookups  forks where parent waits
 .It objht  .It fksvm
 object cache hits  forks where vmspace is shared
   .It pwait
   fault had to wait on a page
   .It relck
   fault relock called
   .It rlkok
   fault relock is successful
   .It noram
   faults out of ram
   .It ndcpy
   number of times fault clears "need copy"
   .It fltcp
   number of times fault promotes with copy
 .It zfod  .It zfod
 pages zero filled on demand  fault promotes with zerofill
 .It nzfod  .It cow
 number of zfod's created  number of times fault anon cow
 .It %zfod  .It fmin
 percentage of zfod's used  min number of free pages
 .It kern  .It ftarg
 number of pages in use by kernel  target number of free pages
 .It wire  .It itarg
 number of pages wired down  target number of inactive pages
 .It act  .It wired
 number of pages active  wired pages
 .It inact  .It pdfre
 number of pages inactive  pages daemon freed since boot
 .It free  .It pdscn
 number of pages free  pages daemon scanned since boot
 .It daefr  
 pages freed by daemon  
 .It prcfr  
 pages freed by exiting processes  
 .It react  
 number of pages reactivated from free list  
 .It scan  
 scans in page out daemon  
 .It hdrev  
 revolutions of the hand in page out daemon  
 .It intrn  
 intransit blocking page faults  
 .El  .El
 .Pp  .Pp
 The  The

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21