Page MenuHomeFreeBSD

libxo fixes for vmstat
ClosedPublic

Authored by allanjude on Nov 24 2015, 1:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 5, 8:31 PM
Unknown Object (File)
May 1 2024, 10:05 AM
Unknown Object (File)
Apr 28 2024, 12:12 AM
Unknown Object (File)
Mar 5 2024, 3:05 AM
Unknown Object (File)
Feb 23 2024, 10:45 PM
Unknown Object (File)
Jan 27 2024, 6:16 AM
Unknown Object (File)
Jan 14 2024, 10:39 PM
Unknown Object (File)
Dec 20 2023, 2:05 AM
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.