aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Command_Templates.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-04-09 20:27:38 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-04-09 20:27:38 -0400
commit49a2b0354f24960e6a85f44bdab43a0403e15ffb (patch)
treef41e623b5f5fecbbd3bc8b953b90fb4634c8de37 /docs/Command_Templates.md
parentcacf1197b6fba499980aeb0e3c8946a6fdede204 (diff)
downloadkutter-49a2b0354f24960e6a85f44bdab43a0403e15ffb.tar.gz
kutter-49a2b0354f24960e6a85f44bdab43a0403e15ffb.tar.xz
kutter-49a2b0354f24960e6a85f44bdab43a0403e15ffb.zip
statistics: Export the OS and process load in a get_status() method
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r--docs/Command_Templates.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md
index 5296e52b..7e7d07bc 100644
--- a/docs/Command_Templates.md
+++ b/docs/Command_Templates.md
@@ -307,6 +307,9 @@ The following are common printer attributes:
between micro-controller architectures and with each code revision.
- `printer.mcu.last_stats.<statistics_name>`: Statistics information
on the micro-controller connection.
+- `printer.system_stats.sysload`, `printer.system_stats.cputime`,
+ `printer.system_stats.memavail`: Information on the host operating
+ system and process load.
The above list is subject to change - if using an attribute be sure to
review the [Config Changes document](Config_Changes.md) when upgrading