Page MenuHomeFreeBSD

libxo fixes for vmstat
ClosedPublic

Authored by allanjude on Nov 24 2015, 1:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 2, 5:47 PM
Unknown Object (File)
Wed, Oct 2, 11:28 AM
Unknown Object (File)
Fri, Sep 27, 2:16 PM
Unknown Object (File)
Fri, Sep 27, 9:01 AM
Unknown Object (File)
Thu, Sep 26, 6:55 AM
Unknown Object (File)
Wed, Sep 25, 12:11 PM
Unknown Object (File)
Wed, Sep 25, 3:04 AM
Unknown Object (File)
Tue, Sep 24, 5:19 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 Passed
Unit
No Test Coverage
Build Status
Buildable 1266
Build 1270: arc lint + arc unit

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.