We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a16a5f commit 263f34cCopy full SHA for 263f34c
RpiCluster/Tasks/NodeVitals.py
@@ -49,7 +49,7 @@ def get_current_node_vitals():
49
# TODO: Store fans, and battery details if available?
50
psutil.cpu_percent(1),
51
psutil.cpu_freq().current,
52
- psutil.virtual_memory().free,
+ psutil.virtual_memory().available,
53
psutil.swap_memory().free,
54
cpu_temperature=cpu_temperature
55
)
0 commit comments