类似于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]
本文标题:查看Python进程的堆栈
本文链接:https://www.haomeiwen.com/subject/omzosrtx.html
网友评论