anfedorov / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Implement linux load average #384

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Proposal

Implement linux load average in psutil

On what platforms would this be available?

Linux

Proposed API

Use getloadavg() perhaps?

Are there existent implementations we can use as an example?

Please provide any additional information below.

If you guys think its feasible to present linux load average in psutil, I'd be 
interested in working on making this happen.

Original issue reported on code.google.com by skolpat...@gmail.com on 22 May 2013 at 8:56

GoogleCodeExporter commented 8 years ago
You can already do that with stdlib's os.getloadavg().

Original comment by g.rodola on 22 May 2013 at 9:19