Closed demsullivan closed 4 years ago
Fixes #36 - swaps out the builtin os.getloadavg() for psutil.getloadavg() which is supported on both Windows and Linux.
os.getloadavg()
psutil.getloadavg()
Fixes #36 - swaps out the builtin
os.getloadavg()
forpsutil.getloadavg()
which is supported on both Windows and Linux.