commit 006835dcdf343f2737ede2c2a39a2541ef2f9ef7
Author: Matthew Dillon <[email protected]>
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