Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行一个多线程的 java 应用程序。我想知道我的应用程序利用多核 cpu 的效果如何。Linux 中是否有提供以下信息的工具或 api?
进程 ID、线程名称、状态、核心、时间。
linux内核是否发布进程状态更改事件?
看看 ftrace 或 SystemTap。或者,如果您想要精美的图表,请使用 KernelShark。