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

Support for RHEL6 sysstat 9.0.4 #1

Open
martin3ast opened this issue Jan 30, 2017 · 3 comments
Open

Support for RHEL6 sysstat 9.0.4 #1

martin3ast opened this issue Jan 30, 2017 · 3 comments

Comments

@martin3ast
Copy link

Hi, I work on older Redhat 6 servers. This parser is exactly what I need, but unfortunately the sysstat package that comes natively with RHEL6 is very old version 9.0.4, and it's sadf command doesn't support JSON data output (-j flag), meaning the SadfCommand class throws. Also, it is so old that even the new sysstat sadf versions will not convert it to newer formats (ref: http://sebastien.godard.pagesperso-orange.fr/faq.html )

Upgrading sysstat is very hard for me to do across the server estate, so I'm exploring other options. For example parse ASCII text sar data or use the XML output -x flag, and refactor that format into this module.

What would you recommended as the path of least resistance?

@jpgxs
Copy link
Owner

jpgxs commented Jan 31, 2017

If your version supports XML then we can definitely do that instead; it would require a little bit of hand holding for unmarshalling the XML but should be fine.

Do you have an example of the XML or somewhere I can find the schema for it?

@martin3ast
Copy link
Author

martin3ast commented Jan 31, 2017 via email

@ChillarAnand
Copy link

Any updates on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants