graphstats: Add support for interactive graphs

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-06-19 14:12:56 -04:00
parent 0173bb3f71
commit 8cce3cc8e7
2 changed files with 37 additions and 23 deletions

View file

@ -147,7 +147,7 @@ sudo apt-get install python-matplotlib
Then graphs can be produced with:
```
~/klipper/scripts/graphstats.py /tmp/klippy.log loadgraph.png
~/klipper/scripts/graphstats.py /tmp/klippy.log -o loadgraph.png
```
One can then view the resulting **loadgraph.png** file.