You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal
Implement a interface to read the load average (1 min / 5 mins / 15 mins) of
the system
On what platforms would this be available?
Any
Are there existent implementations we can use as an example?
uptime (on GNU/Linux)
# uptime
... load average: 0.10, 0.12, 0.13 Please provide any additional information below.
There's already os.getloadavg():
http://docs.python.org/library/os.html#os.getloadavg Also, that's UNIX only and
I doubt it can be emulated on Windows.
From nicolash...@gmail.com on January 30, 2012 15:00:20
Original issue: http://code.google.com/p/psutil/issues/detail?id=249
The text was updated successfully, but these errors were encountered: