aboutsummaryrefslogtreecommitdiffstats
path: root/doc/check-health.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-02-14 20:09:41 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-02-14 20:24:06 +0100
commitc48509683c556aacde6b4fcbbdd53f2c77d38077 (patch)
tree0072c6ba81d9130d103c637f340b2fca6482604a /doc/check-health.md
parente50e25c6388aa4fea38e465fc053283719a79805 (diff)
check-health: wording: load -> utilization
The load is defined as something different... https://en.wikipedia.org/wiki/Load_(computing) So let's update the wording and use 'utilization' instead. ---- ✂️ ---- 🧮️📈️ Health warning: CPU utilization The average CPU utilization on MikroTik is at 76%! ---- ✂️ ---- 🧮️📉️ Health recovery: CPU utilization The average CPU utilization on MikroTik decreased to 64%. ---- ✂️ ----
Diffstat (limited to 'doc/check-health.md')
-rw-r--r--doc/check-health.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/check-health.md b/doc/check-health.md
index 850d61c..58c1fba 100644
--- a/doc/check-health.md
+++ b/doc/check-health.md
@@ -12,7 +12,7 @@ Description
This script is run from scheduler periodically, sending notification on
health related events:
-* high CPU load
+* high CPU utilization
* low available free RAM
* voltage jumps up or down more than configured threshold
* voltage drops below hard lower limit
@@ -21,18 +21,18 @@ health related events:
Note that bad initial state will not trigger an event.
-Monitoring CPU load and available free RAM works on all devices. Other
-than that only sensors available in hardware can be checked. See what your
-hardware supports:
+Monitoring CPU utilization and available free RAM works on all devices.
+Other than that only sensors available in hardware can be checked. See what
+your hardware supports:
/system/health/print;
### Sample notifications
-#### CPU load
+#### CPU utilization
-![check-health notification cpu load high](check-health.d/notification-01-cpu-load-high.avif)
-![check-health notification cpu load ok](check-health.d/notification-02-cpu-load-ok.avif)
+![check-health notification cpu utilization high](check-health.d/notification-01-cpu-utilization-high.avif)
+![check-health notification cpu utilization ok](check-health.d/notification-02-cpu-utilization-ok.avif)
#### Available free RAM