查询主机内存情况
请求url: http://192.168.1.180:8888/SophonSystem/api/memoryInfo?一级参数
二级参数
三级参数
类型
描述
一级参数
二级参数
类型
描述
Last updated
请求url: http://192.168.1.180:8888/SophonSystem/api/memoryInfo?Last updated
{
"data": {
"hardware_total_memory": "12.0G",
"system": {
"free": "3.28G",
"system_scale": 0.32,
"total": "3.71G",
"used": "440.0M"
},
"total_free_memory": "10.57G",
"total_memory": "11.51G",
"total_used_memory": "963.63M",
"total_memory_scale": 0.08,
"tpu": {
"free": "3.41G",
"total": "3.92G",
"tpu_scale": 0.34,
"used": "523.49M"
},
"video": {
"free": "3.87G",
"total": "3.88G",
"used": "0.14M",
"video_scale": 0.34
}
}
}