diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-01 22:24:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-01 22:24:45 -0400 |
commit | 9bd3e804213b03c1a05eba3c88fabe8f1b9f7c5c (patch) | |
tree | dc687822d393d5b421964176e59f29cfa6b8dec7 | |
parent | 2a55e09ff82260c8e3f1283f325fa115fa39133b (diff) | |
download | kutter-9bd3e804213b03c1a05eba3c88fabe8f1b9f7c5c.tar.gz kutter-9bd3e804213b03c1a05eba3c88fabe8f1b9f7c5c.tar.xz kutter-9bd3e804213b03c1a05eba3c88fabe8f1b9f7c5c.zip |
docs: Note that graphstats.py can produce different types of graphs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Debugging.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index c4ac758d..9774a291 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -152,6 +152,9 @@ Then graphs can be produced with: One can then view the resulting **loadgraph.png** file. +Different graphs can be produced. For more information run: +`~/klipper/scripts/graphstats.py --help` + Extracting information from the klippy.log file =============================================== |