forked from ukoda/lcd4linux-ax206
-
-
Notifications
You must be signed in to change notification settings - Fork 0
plugin_loadavg
Alejandro Mora edited this page Mar 9, 2026
·
1 revision
This plugin returns the system load average over the last 1, 5 or 15 minutes.
| loadavg(index) | return system load average |
|---|
index may be 1, 2 or 3 (meaning the last 1, 5 or 15 minutes).
see getloadavg(3) for details.
Widget Load {
class 'Text'
expression loadavg(1)
prefix 'Load'
postfix loadavg(1) > 1.0 ? '!' : ' '
width 10
precision 1
align 'R'
update 300
}
The official LCD4Linux(AX206) Wiki
Back from the dead!
Back from the dead!
Documentation
Developers
Resources
Legacy (0.9)
AX206 Fork