-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add *working* sar binary data indexing support #645
Add *working* sar binary data indexing support #645
Conversation
Fixes distributed-system-analysis#227 sysstat updates: - cover error patterns and version check - add support for 0x2173 in sysstat Add TODO task lists as comments in extract_sa.py Add unit tests for sar ingress under 'test-7.10' Also: - fix existing unit tests for this branch - update line no.s for gold test 7.{3..5}. Refer distributed-system-analysis#303 - update .gitignore: __pycache__ in any dir - cleanup sar-index code addition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit delete server/pbench/lib/vos/* - why? AFAICT, it's still needed by the indexing code.
|
||
# Do we need a test to see if DEFAULT_SADF_PATH not present, | ||
# whereas binaries path contains the scripts needed to process? | ||
# Idk, since pbench-sysstat is installed de-facto. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@portante should we be adding that test for DEFAULT_SADF_PATH
in a separate PR or have this amended in the current one? The modifications done by you to extract_sa.py
would end up being useful for https://github.com/distributed-system-analysis/sarjitsu
Also, how do we plan on maintaining these 2 copies of extract_sa.py
? (one in pbench, other in sarjitsu, and actually another in https://github.com/distributed-system-analysis/satools/blob/master/satools/extractsa.py).
Related: distributed-system-analysis/satools#1
thanks for the rework btw :-)) apologies for not being able to review this earlier. Working on my new year resolutions!
Fixes #227, replaces #176.
sysstat updates:
Add TODO task lists as comments in extract_sa.py
Add unit tests for sar ingress under 'test-7.10'
Also: