You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On Linux systems this could be exposed under /proc/$PID/status in the VmHWM entry. Just as simply as, adding an extra field under pmem tuple and using a re.compile with _read_status_file.
From grds...@gmail.com on May 21, 2013 14:28:45
Original issue: http://code.google.com/p/psutil/issues/detail?id=383
The text was updated successfully, but these errors were encountered: