git: vmstat - Adjust kmalloc zone name display
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Mar 29 14:24:09 PDT 2021
commit 412f9b4c85abda49bc20487d491cfa3b9962f09a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Mar 29 14:10:41 2021 -0700
vmstat - Adjust kmalloc zone name display
* Replace any spaces in zone names with underscores in the output
to make sorting the output by field easier.
* Add double -mm option to sort output by the higher of MemUse
or SlabUse to make it easier to pick-out high-use zones.
Summary of changes:
usr.bin/vmstat/vmstat.c | 46 +++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 43 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/412f9b4c85abda49bc20487d491cfa3b9962f09a
--
DragonFly BSD source repository
More information about the Commits
mailing list