Page MenuHomeFreeBSD

libxo fixes for vmstat
ClosedPublic

Authored by allanjude on Nov 24 2015, 1:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 21 2024, 6:52 AM
Unknown Object (File)
Oct 19 2024, 3:18 AM
Unknown Object (File)
Oct 2 2024, 5:47 PM
Unknown Object (File)
Oct 2 2024, 11:28 AM
Unknown Object (File)
Sep 27 2024, 2:16 PM
Unknown Object (File)
Sep 27 2024, 9:01 AM
Unknown Object (File)
Sep 26 2024, 6:55 AM
Unknown Object (File)
Sep 25 2024, 12:11 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.