1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00
Files
supervisor/tests/fixtures/container_stats.json
2022-08-17 16:50:08 -04:00

24 lines
370 B
JSON

{
"cpu_stats": {
"cpu_usage": {
"total_usage": 190
},
"system_cpu_usage": 200,
"online_cpus": 24
},
"precpu_stats": {
"cpu_usage": {
"total_usage": 100
},
"system_cpu_usage": 100,
"online_cpus": 24
},
"memory_stats": {
"usage": 60000000,
"stats": {
"cache": 300000
},
"limit": 4000000000
}
}