Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load stat #249

Closed
giampaolo opened this issue May 23, 2014 · 2 comments
Closed

Load stat #249

giampaolo opened this issue May 23, 2014 · 2 comments

Comments

@giampaolo
Copy link
Owner

From nicolash...@gmail.com on January 30, 2012 15:00:20

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.

Original issue: http://code.google.com/p/psutil/issues/detail?id=249

@giampaolo
Copy link
Owner Author

From g.rodola on January 30, 2012 06:05:05

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.

@giampaolo
Copy link
Owner Author

From g.rodola on March 06, 2012 04:36:39

Status: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant