You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.7 KiB
62 lines
1.7 KiB
{
|
|
"server_dict":{
|
|
"174":{
|
|
"title": "server title",
|
|
"update_time_stamp": "1673082950",
|
|
"note": "some note",
|
|
"interval": 3.0,
|
|
"error_dict":{
|
|
"gpu": "some error",
|
|
"cpu": "some error"
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|