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, Jun 20, 8:02 PM
Unknown Object (File)
Wed, Jun 18, 12:34 PM
Unknown Object (File)
Sat, Jun 14, 11:52 PM
Unknown Object (File)
Thu, May 29, 11:09 AM
Unknown Object (File)
Wed, May 28, 4:01 PM
Unknown Object (File)
May 18 2025, 8:05 PM
Unknown Object (File)
May 18 2025, 1:08 PM
Unknown Object (File)
May 16 2025, 11:34 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.