Following from this OS-agnostic question, specifically this response, similar to data available from the likes of /proc/meminfo on Linux, how can I read system information from Windows using Python (including, but not limited to memory usage).
Following from this OS-agnostic question , specifically this response , similar to data available
Share
There was a similar question asked:
How to get current CPU and RAM usage in Python?
There are quite a few answers telling you how to accomplish this in windows.