fix reporting RAM usage
This commit is contained in:
parent
7faadc76ea
commit
6c4995e19f
|
@ -477,7 +477,7 @@ class CloreClient:
|
||||||
"update_realtime_data":True,
|
"update_realtime_data":True,
|
||||||
"gpus": gpu_list,
|
"gpus": gpu_list,
|
||||||
"cpu": cpu_usage,
|
"cpu": cpu_usage,
|
||||||
"ram": ram_usage,
|
"ram": ram_usage.percent,
|
||||||
"all_running_container_names": self.all_running_container_names,
|
"all_running_container_names": self.all_running_container_names,
|
||||||
"all_stopped_container_names": self.all_stopped_container_names
|
"all_stopped_container_names": self.all_stopped_container_names
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue