Macosx 中的顶部 -H 选项

发布于 2024-10-28 01:31:18 字数 94 浏览 3 评论 0原文

在 Unix/Linux 中,top 命令具有 -H 选项,可以提供有关进程内线程的更多详细信息。 在 Macosx 上似乎没有 -H 选项! Macosx 有类似的东西吗?

In Unix/Linux the top command has the -H option to give a more details information about the threads within a process.
On Macosx there seems to be no -H option! Is there anything similar for Macosx?

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

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

发布评论

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

评论(1

汐鸠 2024-11-04 01:31:18

我认为 OS X 的 top 中没有这样或类似的选项,但您可以尝试 htop,它以与 htop -H 类似的方式显示线程。

虽然 OS X 没有 htop 二进制文件,但您可以从源代码构建和安装它(例如,根据本指南:https://web.archive.org/web/20110122020519/http://geektechnica.com/2009/07/如何在 osx 上安装 htop

I think there's no such or similar option in top for OS X, but you can try htop which displays threads in somewhat similar way to htop -H.

Although OS X doesn't have htop binary, you can build and install it from source (e. g. according to this guide: https://web.archive.org/web/20110122020519/http://geektechnica.com/2009/07/how-to-install-htop-on-osx )

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