Page MenuHomeFreeBSD

libxo fixes for vmstat
ClosedPublic

Authored by allanjude on Nov 24 2015, 1:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 21, 1:13 PM
Unknown Object (File)
Sun, Apr 20, 9:30 PM
Unknown Object (File)
Sat, Apr 19, 1:02 PM
Unknown Object (File)
Sat, Apr 19, 11:26 AM
Unknown Object (File)
Fri, Apr 18, 3:19 PM
Unknown Object (File)
Feb 18 2025, 5:50 AM
Unknown Object (File)
Jan 24 2025, 7:35 PM
Unknown Object (File)
Jan 7 2025, 2:25 PM
Subscribers

Details

Summary

Some problems were introduced during the libxo-ification of vmstat
including: vmstat -i segfaults

Changes:
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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

allanjude retitled this revision from to libxo fixes for vmstat.
allanjude updated this object.
allanjude edited the test plan for this revision. (Show Details)
allanjude added reviewers: rodrigc, bapt, marcel.
rodrigc edited edge metadata.
This revision is now accepted and ready to land.Nov 24 2015, 3:05 PM
bapt edited edge metadata.
This revision was automatically updated to reflect the committed changes.