Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 594 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 594 Bytes

asap-graph

This is one of my first programming projects so you may find some ugly hacks and hardcoded stuff.

asap-graph is a sar graphing tool using matplotlib capable of plotting a single file, an interval of files, or go recursively through a folder, i.e. sosreport folder. It was designed as a better way to plot and inspect sar data, as it creates a single PNG file with the following data: %CPU, memory, swap, load, plist, runq, proc/s, cswch/s and network sockets. It works with any sar files from RHEL5, 6, 7, 8, and it handles all differences between those versions automatically.