SENSBLUE ATLAS/Datasheet: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 921: | Line 921: | ||
|seconds | |seconds | ||
|} | |} | ||
Example Payload (systemHealth/runtime/out) <syntaxhighlight lang="json"> | |||
{ | |||
"id": 1736022028123, | |||
"origin": "system-health", | |||
"task": { | |||
"taskResult": { | |||
"cpu_percent": 7.1, | |||
"cpu_tempC": 47.3, | |||
"cpu0_freq": 1500000000, | |||
"cpu1_freq": 1500000000, | |||
"cpu2_freq": 1500000000, | |||
"cpu3_freq": 1500000000, | |||
"cpu0_throttle": "0x0", | |||
"ram_percent": 32.9, | |||
"disk_percent": 41.2, | |||
"uptime_sec": 5321 | |||
} | |||
} | |||
} | |||
</syntaxhighlight> | |||
==== 27.3 Peripherals health ==== | |||
In order get the peripherals health we had to implement a SystemHealth actor in each bus manager (busi2cO, busi2c-1, etc. ... ). | |||
[[File:Peripherals health.svg|center|frameless|792x792px]] | |||