HP-UX:每个进程的线程数
HP-UX 上是否有命令可以检查和查看与进程/任务相关的所有线程。
不支持 ps -m。
is there a command on HP-UX to check and view all the threads related to a process/task.
ps -m isn't supported.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 pstack 显示属于特定进程的线程的堆栈跟踪。它还将为您提供 LWPID(线程 ID)。例如:
You can display a stack trace of the threads belonging to a particular process using pstack. It will also give you the LWPID (thread ID). For example:
使用瞥见
use glance