git: systat - Change -pv, add -w option
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Oct 19 19:03:05 PDT 2023
commit 3525c8d74d4e5def7280ed7d9bcc7ccc744bd025
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Oct 19 18:51:22 2023 -0700
systat - Change -pv, add -w option
* Add -w (wide mode) option, currently only affects -pv
* Change -pv to use a wider contention label and to include
the contending lock's address when in wide mode.
* Move the sample_pc (root only) display over to wide-mode.
Summary of changes:
usr.bin/systat/main.c | 36 ++++++++++++++++++++++++++++++++++--
usr.bin/systat/systat.1 | 8 +++++++-
usr.bin/systat/systat.h | 2 ++
usr.bin/systat/vmmeter.c | 34 ++++++++++++++++++++++++++--------
4 files changed, 69 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3525c8d74d4e5def7280ed7d9bcc7ccc744bd025
--
DragonFly BSD source repository
More information about the Commits
mailing list