initial commit
This commit is contained in:
61
clients.json
Normal file
61
clients.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"client_1": {
|
||||
"pending_command": "none",
|
||||
"last_seen": null
|
||||
},
|
||||
"client_2": {
|
||||
"pending_command": "none",
|
||||
"last_seen": "2026-05-28T10:28:07.688334"
|
||||
},
|
||||
"client_3": {
|
||||
"pending_command": "none",
|
||||
"last_seen": "2026-06-01T11:59:54.713609",
|
||||
"telemetry": {
|
||||
"cpu_percent": 0.9,
|
||||
"memory_percent": 10.9,
|
||||
"memory_total_gb": 125.66,
|
||||
"memory_free_gb": 112.01,
|
||||
"disks": [
|
||||
{
|
||||
"mount": "/",
|
||||
"total_gb": 453.44,
|
||||
"free_gb": 22.8,
|
||||
"percent": 94.7
|
||||
}
|
||||
],
|
||||
"gpus": [
|
||||
{
|
||||
"name": "NVIDIA GeForce RTX 2080 Ti",
|
||||
"utilization": "0 %",
|
||||
"temp": "38C",
|
||||
"memory_used": "295 MiB",
|
||||
"memory_total": "11264 MiB",
|
||||
"power_draw": "9.49 W",
|
||||
"power_limit": "300.00 W",
|
||||
"fan_speed": "0 %"
|
||||
}
|
||||
]
|
||||
},
|
||||
"active": true
|
||||
},
|
||||
"kawsik": {
|
||||
"pending_command": "none",
|
||||
"last_seen": "2026-06-01T11:59:52.394837",
|
||||
"active": true,
|
||||
"telemetry": {
|
||||
"cpu_percent": 0.1,
|
||||
"memory_percent": 7.1,
|
||||
"memory_total_gb": 15.54,
|
||||
"memory_free_gb": 14.43,
|
||||
"disks": [
|
||||
{
|
||||
"mount": "/",
|
||||
"total_gb": 1006.85,
|
||||
"free_gb": 952.71,
|
||||
"percent": 0.3
|
||||
}
|
||||
],
|
||||
"gpus": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user