Fetch memory usage of system without using psutil

299 Views Asked by At

I am developing a server monitoring application. I need to get the memory usage of the system with out using the "psutil" package. Is there a way to do it in python?

0

There are 0 best solutions below