Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 595 Bytes

satools

*** Obsolete *** Use PCP instead.

Tools for working with sar binary data files independent of the version of sar that wrote them. It also includes a tool to translate XML output to JSON, primarily useful in situations where versions of the sysstat package don't support JSON output directly from the sadf command.

To use:

$ # From root of cloned tree
$ export PYTHONPATH=$(pwd)
$ cli/verifysa <file>
$ cli/extractsa <file>
$ cli/oscode <file>
$ cli/xmltojson <file>.xml <target-directory>

Released under the MIT License.