anfedorov / psutil

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

Getting of peak rss memory on Linux #383

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Now get_ext_memory_info() on Windows returns peak working set but doesn't 
return peak rss on Linux.

It is possible to get peak rss on Linux reading VmHWM field from 
/proc/pid/status.

Original issue reported on code.google.com by grds...@gmail.com on 21 May 2013 at 12:28