查看Python进程的堆栈
2022-04-13 本文已影响0人
老陕西
类似于C/C++调试的pstack,Python也可以打印正在运行的进程的堆栈:
$ sudo yum install python-pip
$ pip install pystack-debugger
$ sudo pystack <pid> [--include-greenlet]
类似于C/C++调试的pstack,Python也可以打印正在运行的进程的堆栈:
$ sudo yum install python-pip
$ pip install pystack-debugger
$ sudo pystack <pid> [--include-greenlet]