Commit 66e41916 authored by Luke Macken's avatar Luke Macken

Document using the new memory viewer

parent 3833c153
...@@ -25,6 +25,19 @@ This payload is used by the test suite, which can be run by doing: ...@@ -25,6 +25,19 @@ This payload is used by the test suite, which can be run by doing:
python setup.py test python setup.py test
Viewing the largest objects in your process
-------------------------------------------
::
$ pyrasite <PID> payloads/dump_memory.py
$ python tools/memory-viewer <PID> objects.json
Note that the `objects.json` file will be in the current working directory of
the running process.
.. image:: http://lewk.org/img/pyrasite-memory-viewer.png
Reverse Python Shell Reverse Python Shell
-------------------- --------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment