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

Bruce Evans bde at FreeBSD.org
Sun Apr 30 23:52:17 UTC 2006


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


More information about the cvs-all mailing list