Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2006 21:30:23 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/systat systat.1 vmstat.c
Message-ID:  <200604292130.k3TLUNvY029476@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604292130.k3TLUNvY029476>