Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 552 Bytes

File metadata and controls

39 lines (27 loc) · 552 Bytes

Some scripts to analyze PSI Data from Prometheus over Grafana

Set environment variables:

mv psi.env.sample psi.env
vim psi.env
source psi.env

And create some destination folders:

mkdir data images result

Now you can pull in Data

./pull_in_data.py

And create histograms either for all files:

./analyze_all_in_data.sh

Or for a specific file:

./analyze_data.sh <filename>

And then find incidents where a certain value is exceeded:

./find_incident.py <filename> <value>