nikademus79 / psutil

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

Speedup Linux process memory info #258

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of reading /proc/PID/status line by line we read /proc/PID/statm, which 
is a lot easier to parse.
This is committed in r1286 and it is 0.5x faster.

Original issue reported on code.google.com by g.rodola on 18 Apr 2012 at 3:39

GoogleCodeExporter commented 8 years ago
0.5.0 is finally out. Closing out as fixed.

Original comment by g.rodola on 27 Jun 2012 at 6:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Updated csets after the SVN -> Mercurial migration:
r1286 == revision c63776ba3d77

Original comment by g.rodola on 2 Mar 2013 at 12:07