New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pstack

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pstack

Tool to print python thread and greenlet stacks

pipPyPI
Version
0.7.1
Maintainers
2

pystack

IMPORTANT NOTICE

This is the last release using the pstack project name in PyPI.

Please use pystack-debugger in future. (e.g. pip install pystack-debugger)

See also https://pypi.python.org/pypi/pystack-debugger.

Introduction

pystack is to python as jstack is to java!

It's a debug tool to print python threads or greenlet stacks.

Idea stolen from pyrasite

Install

$ pip install pystack-debugger

Usage

You may need to run it with sudo.

$ sudo pystack <pid> [--include-greenlet]

Keywords

pystack

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts