无需在调试器中附加到正在运行的进程的堆栈,Linux 命令是什么?

发布于 2024-10-09 01:40:32 字数 144 浏览 3 评论 0原文

获取正在运行的进程的堆栈而无需在调试器中附加到它的linux命令是什么?

我以前见过有人这样做,但不记得他们用来做这件事的命令。

这确实很方便,可以快速查看程序正在执行的操作,而无需在调试器中附加到程序来获取堆栈跟踪以查看程序当前所在的位置。

What's the linux command to get the stack of a running process without having to attach to it in a debugger?

I've seen someone do this before, but do not recall the command they used to do it.

This is really handy as a quick way to see what your program is doing without going through the overhead of attaching to it in a debugger to get the stack trace to see where it is currently at.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

因为看清所以看轻 2024-10-16 01:40:32

看起来该命令是 /usr/bin/pstack,如手册页 pstack(1) 所示。

It looks like the command is /usr/bin/pstack as shown at man page pstack(1).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文