cvs commit: src/usr.bin/systat systat.1 vmstat.c

Bruce Evans bde at FreeBSD.org
Sat Apr 29 21:30:24 UTC 2006


bde         2006-04-29 21:30:23 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/systat       systat.1 vmstat.c 
  Log:
  Abbreviate long field descriptors at write time so that they don't get
  clobbered at runtime:
      dirtybuf -> dtbuf
      desiredvnodes -> desvn
      numvnodes -> numvn
      freevnodes -> frevn
  The vmstats column has only 5 characters available for descriptors, but up
  to 13 were used.  The extras get clobbered at runtime by interrupt values
  and/or descriptors on systems with more than 12 interrupt sources.
      %slo-z -> %sloz
  This one is in the "extended" vmstats area and doesn't get clobbered now.
  
  Removed stale documentation of desvn.
  
  Changed a descriptor:
      tfree -> totfr
  so that it is consistent with the abbreviations for other free counts
  (daefr and prcfr) and thus almost decodeable.
  
  Fixed missing documentation of tfree/totfr.  This and everything else
  in the extended vmstats area is misdocumented as being in a certain
  place in the vmstats column.
  
  Revision  Changes    Path
  1.47      +6 -6      src/usr.bin/systat/systat.1
  1.70      +6 -6      src/usr.bin/systat/vmstat.c


More information about the cvs-src mailing list