baweaver / psutil

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

Add pmap.py example script #300

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This would be similar to 'pmap' utility on Linux, 'vmmap' on OSX and 'procstat 
-v' on BSD.
It will show memory mappings of a process by using Process.get_memory_maps()  
method added in version 0.5.0.
Committed in r1419.

Original issue reported on code.google.com by g.rodola on 8 Jul 2012 at 12:10

GoogleCodeExporter commented 8 years ago

Original comment by g.rodola on 8 Jul 2012 at 12:19

GoogleCodeExporter commented 8 years ago
Fixed in version 0.6.0, released just now.

Original comment by g.rodola on 13 Aug 2012 at 4:25

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

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