git: systat - Adjust extended vmstats display
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jul 29 17:17:48 PDT 2016
commit 96ce82a2fb9845ca42572a7c42fea0cef136db56
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/96ce82a2fb9845ca42572a7c42fea0cef136db56
--
DragonFly BSD source repository
More information about the Commits
mailing list