Commit 29669583 authored by Luke Macken's avatar Luke Macken

Make a note of urwid requirement for the pyrasite-memory-viewer

parent 7e0bf6d5
...@@ -79,20 +79,19 @@ Viewing the largest objects in your process ...@@ -79,20 +79,19 @@ 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). 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).
.. note:: We recommend using python-meliae from your OS distribution, if available. If it
is not, you will need to first install Cython, and then meliae seperately. If
We recommend using python-meliae from your OS distribution, if available. If pip/easy_install does not work, you may need to use the tarball from the
it is not, you will need to first install Cython, and then meliae upstream website.
seperately. If pip/easy_install does not work, you may need to use the
tarball from the upstream website.
:: ::
$ pyrasite <PID> pyrasite/payloads/dump_memory.py $ pyrasite <PID> pyrasite/payloads/dump_memory.py
Pyrasite also provides a tool to view the values of largest objects in your process. Pyrasite also provides a tool to view the values of largest objects in your
process. This requires `urwid <http://pypi.python.org/pypi/urwid>` to be
installed.
:: ::
......
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