]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Some problems were introduced during the libxo-ification of vmstat, fix them
authorallanjude <allanjude@FreeBSD.org>
Tue, 1 Dec 2015 16:31:07 +0000 (16:31 +0000)
committerallanjude <allanjude@FreeBSD.org>
Tue, 1 Dec 2015 16:31:07 +0000 (16:31 +0000)
commitc4e0d8862860c4cf19d90929c58b30d6187a6d33
tree0d33847dd82bf4bd4e2106a56c30ee8bf6b28f60
parenta31deba750ca9ea63a701f026fd590302f264dde
Some problems were introduced during the libxo-ification of vmstat, fix them

stop vmstat -i segfaulting
remove duplicate header from vmstat -i
do not pad the name of the interupt in encoded outputs
fix stray % and missing } in the header for vmstat -i
add outer container to vmstat -i
add missing xo_flush in vmstat -i (when run with an interval or delay)
add outer container to vmstat -m
do not pad the name of malloc areans
add outer container to vmstat -z
do not pad the name of memory zones

Reviewed by: rodrigc
Approved by: bapt (mentor)
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D4263
usr.bin/vmstat/vmstat.c