git: vmstat - Revamp output

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Dec 16 22:17:39 PST 2016


commit 006835dcdf343f2737ede2c2a39a2541ef2f9ef7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Dec 16 22:15:09 2016 -0800

    vmstat - Revamp output
    
    * Revamp iterative output, e.g. 'vmstat 1' or 'vmstat'.  Make the fields
      wider, remove the pdpages column, and format the values to fit.  The
      previous output format had become completely unusable due to blowing out
      available widths.
    
    * Revamp vmstat -z and add support for vmstat -z <interval>.  Output the
      information in a more useful form.

Summary of changes:
 usr.bin/vmstat/vmstat.c | 244 +++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 188 insertions(+), 56 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/006835dcdf343f2737ede2c2a39a2541ef2f9ef7


-- 
DragonFly BSD source repository



More information about the Commits mailing list