An app written in C# for .NET 6.0 Windows Forms using TeeChart in order to visualize data generated by sysstat csv files.
This app will read a folder which contains single or multiple csv files exported by the sysstat tool sadf. An example of export syntax is this:
sadf -dH /var/log/sysstat/sa01 -- -A > sa01.txt
The app requires the use of -dH
, but any sar_options
can be used (here we use -A
for ALL).
The Sample Data folder contains example data from a domestic router over a four day period. To visualize this data, use the 'Open Directory ...' button to select it.