feat: add cpu_usage_percent & system_uptime to aster-sysinfo
- `system_update_sec` contains the uptime in seconds. - `system_update` contains the friendly representation, similar to the uptime command in Linux.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# Key = label identifier used in panel definition
|
||||
# Value = label identifier used in sensor providers
|
||||
|
||||
cpu_percent: cpu_usage_percent
|
||||
cpu_temperature: temperature_cpu
|
||||
memory_usage: mem_usage_percent
|
||||
memory_Temperature: temperature_memory
|
||||
@@ -41,7 +42,6 @@ storage_hdd[4]['used']: storage_hdd[4]_usage_percent
|
||||
storage_hdd[5]['used']: storage_hdd[5]_usage_percent
|
||||
|
||||
# TODO not (yet) available in aster-sysinfo
|
||||
# cpu_percent: cpu_usage_percent
|
||||
# gpu_core:
|
||||
# motherboard_temperature:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user