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

Speedup Linux process memory info #258

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

Speedup Linux process memory info #258

giampaolo opened this issue May 23, 2014 · 2 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on April 18, 2012 17:39:30

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: http://code.google.com/p/psutil/issues/detail?id=258

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on June 27, 2012 11:54:03

0.5.0 is finally out. Closing out as fixed.

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:07:18

Updated csets after the SVN -> Mercurial migration: r1286 == revision 
c63776ba3d77

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