mirror of
https://github.com/henrygd/beszel.git
synced 2025-10-30 18:17:13 +00:00
- add one minute charts - update disk io to use bytes - update hub and agent connection interfaces / handlers to be more flexible - change agent cache to use cache time instead of session id - refactor collection of metrics which require deltas to track separately per cache time
25 lines
353 B
JSON
25 lines
353 B
JSON
{
|
|
"cpu_stats": {
|
|
"cpu_usage": {
|
|
"total_usage": 314891801000
|
|
},
|
|
"system_cpu_usage": 1368474900000000
|
|
},
|
|
"memory_stats": {
|
|
"usage": 507400192,
|
|
"stats": {
|
|
"inactive_file": 165130240
|
|
}
|
|
},
|
|
"networks": {
|
|
"eth0": {
|
|
"tx_bytes": 20376558,
|
|
"rx_bytes": 537029455
|
|
},
|
|
"eth1": {
|
|
"tx_bytes": 2003766,
|
|
"rx_bytes": 6241
|
|
}
|
|
}
|
|
}
|