Utility for inspecting python stack of running process (x64 linux only) Usage: sudo pytb [pid] If you want to also see greenlet tracebacks, use sudo pytb -g [pid] Supports viewing python 2 and python 3 tracebacks (it will try to guess, however you can help it by specifying -2 or -3 option)
The utility works by reading /proc//mem (this is why sudo is needed). Also it uses nm and objdump for finding offsets of inner python structures.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytb-0.0.3.tar.gz
(12.1 kB
view details)
File details
Details for the file pytb-0.0.3.tar.gz.
File metadata
- Download URL: pytb-0.0.3.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31e1d8ed9c81511a8a733d2823925c8fe2e0b384d9bee2125578420d511fcc45
|
|
| MD5 |
63de4621ce82881931896cd9a8a1bb1e
|
|
| BLAKE2b-256 |
582dcb7782532d18381b26a79240ffd17242a7d5e9a036dd3180a0b6db916642
|