From 9bd3e804213b03c1a05eba3c88fabe8f1b9f7c5c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 1 Apr 2019 22:24:45 -0400 Subject: [PATCH] docs: Note that graphstats.py can produce different types of graphs Signed-off-by: Kevin O'Connor --- docs/Debugging.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Debugging.md b/docs/Debugging.md index c4ac758d9..9774a2912 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 ===============================================