commit f669014f83438fa4052a31e98ff21400a16fccaa
Author: Matthew Dillon <[email protected]>
Date: Fri Jul 29 14:59:15 2016 -0700
systat - Adjust extended vmstats display
* When the number of devices are few enough (or you explicitly specify
just a few disk devices, or one), there is enough room for the
extended vmstats display. Make some adjustments to this display.
* Display values in bytes (K, M, G, etc) instead of pages like the other
fields.
* Rename zfod to nzfod and subtract-away ozfod when displaying nzfod
(only in the extended display), so the viewer doesn't have to do the
subtraction in his head.
Summary of changes:
usr.bin/systat/vmstat.c | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f669014f83438fa4052a31e98ff21400a16fccaa
--
DragonFly BSD source repository