Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2006 23:52:16 +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 vmstat.c
Message-ID:  <200604302352.k3UNqG5v080903@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2006-04-30 23:52:16 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/systat       vmstat.c 
  Log:
  Sort the ex-extended vmstat fields into their documented order in the
  output too.
  
  Fine tune all coordinates and most field widths in the vmstat (sub)display
  for this and previous changes now that we have to change almost all of them
  just to move the ex-extended fields:
  - change VMSTATROW back to 7.  It was 6 due to a hack in the extended vm
    stats changes.
  - reduce the maximum field width that we try for from 9 to 8.  4 or 5 is
    enough for most fields but we try to use the same width for all fields.
    8 is enough to display everything without changing units memory sizes
    exceed 100GB.
  
  Fix some unrelated coordinates and field widths in comments.
  
  Revision  Changes    Path
  1.78      +38 -38    src/usr.bin/systat/vmstat.c



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