Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2007 02:36:11 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/vmstat Makefile vmstat.8 vmstat.c
Message-ID:  <200712130236.lBD2aCWP029948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2007-12-13 02:36:11 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/vmstat       Makefile vmstat.8 vmstat.c 
  Log:
  Add the -H, -h and -P flags to vmstat.  -P causes per-cpu output of
  user/system/idle stats.  -h feeds the memory column through
  humanize_number() to reduce the amount of column overflowing.  -H turns
  this off.  -h is turned on by default if stdout is a tty.
  
  Revision  Changes    Path
  1.13      +2 -2      src/usr.bin/vmstat/Makefile
  1.37      +9 -1      src/usr.bin/vmstat/vmstat.8
  1.99      +196 -17   src/usr.bin/vmstat/vmstat.c



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