Skip to content
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 support for collecting sysstat metrics #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for collecting sysstat metrics #117

wants to merge 1 commit into from

Conversation

stone
Copy link
Member

@stone stone commented Oct 9, 2024

Collect metrics both as text and as svg graphs for today and two days back.

Example sar output:

--------------------------------
Item 150: sar -A
--------------------------------
Linux 4.18.0-553.22.1.el8_10.x86_64 (localhost) 	10/09/24 	_x86_64_	(1 CPU)

00:00:06        CPU      %usr     %nice      %sys   %iowait    %steal      %irq     %soft    %guest    %gnice     %idle
00:10:06        all      4.75      1.01     11.93      2.38      1.87      1.28      1.56      0.00      0.00     75.22
00:10:06          0      4.75      1.01     11.93      2.38      1.87      1.28      1.56      0.00      0.00     75.22
00:20:06        all      4.49      0.00      2.16      0.04      0.48      0.88      0.43      0.00      0.00     91.52
00:20:06          0      4.49      0.00      2.16      0.04      0.48      0.88      0.43      0.00      0.00     91.52
...

Example sadf generated SVG:
image

Collect metrics both as text and as svg graphs for today
and two days back.
@stone stone requested a review from espebra October 9, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant