This lets you easily introspect or alter any objects in your running process.
::
$ python
...
...
@@ -55,12 +70,32 @@ Reverse Python Shell
Type 'quit' to exit.
>>> print x
foo
>>> globals()['x'] = 'bar'
Viewing the largest objects in your process
-------------------------------------------
This payload uses `meliae <https://launchpad.net/meliae>`_ to dump all of the objects in your process to an `objects.json` file (currently dumped in the working directory of your process).
::
$ pyrasite <PID> payloads/dump_memory.py
Pyrasite also provides a tool to view the values of largest objects in your process.