git: DragonFly_RELEASE_4_6 systat - Adjust extended vmstats display
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jul 29 17:18:51 PDT 2016
commit f669014f83438fa4052a31e98ff21400a16fccaa
Author: Matthew Dillon <dillon at apollo.backplane.com>
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
More information about the Commits
mailing list