5 changed files with 79 additions and 3 deletions
@ -0,0 +1,62 @@ |
|||||
|
{ |
||||
|
"server_dict":{ |
||||
|
"174":{ |
||||
|
"title": "server title", |
||||
|
"update_time_stamp": "1673082950", |
||||
|
"note": "some note", |
||||
|
"error_dict":{ |
||||
|
"gpu": "some error", |
||||
|
"cpu": "some error" |
||||
|
}, |
||||
|
"interval": 3.0, |
||||
|
"gpu_list":[ |
||||
|
{ |
||||
|
"idx": 0, |
||||
|
"name": "RTX 3090", |
||||
|
"temperature": 100, |
||||
|
"used_memory": 1000, |
||||
|
"total_memory": 10240, |
||||
|
"utilization": 34, |
||||
|
"process_list":[ |
||||
|
{ |
||||
|
"user": "lxb", |
||||
|
"memory": 100, |
||||
|
"cmd": "python run.py" |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
], |
||||
|
"cpu": |
||||
|
{ |
||||
|
"name": "i5 6500", |
||||
|
"temperature_list": [50, 30], |
||||
|
"core_avg_occupy": 31.25, |
||||
|
"core_occupy_list":[ |
||||
|
12, |
||||
|
23, |
||||
|
0, |
||||
|
90 |
||||
|
] |
||||
|
}, |
||||
|
"storage_list":[ |
||||
|
{ |
||||
|
"path": "/media/F", |
||||
|
"available": 211108624, |
||||
|
"total": 5813178480 |
||||
|
} |
||||
|
], |
||||
|
"memory":{ |
||||
|
"total": 1935468, |
||||
|
"used": 1382196 |
||||
|
}, |
||||
|
"network_list":[ |
||||
|
{ |
||||
|
"name": "eth0", |
||||
|
"default": true, |
||||
|
"in": 67.8, |
||||
|
"out": 12.3 |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue