查找生成 CAL 中断(系统调用)的进程

发布于 2024-09-10 18:37:37 字数 68 浏览 8 评论 0原文

我有 CAL 类型中断的峰值,每秒 20,000 个。如何找到在 SUSE11 上生成它们的进程?

谢谢!

I have a peak of CAL type interrupts, 20,000 per second. How do I find the process that's generating them on SUSE11?

Thanks!

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

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

发布评论

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

评论(1

入怼 2024-09-17 18:37:37

您可以使用 SystemTap 轻松确定它

它是一个动态探测系统,类似于 Solaris 中的 Dtrace,允许您检查
内核和应用程序系统调用。

以下是在 SLES 11 中安装它的方法:
http://publib.boulder.ibm。 com/infocenter/lnxinfo/v3r0m0/topic/liaai/systemTap/liaaisystapsuse.htm

You could easily determine that with SystemTap

It's a dynamic probing system, similar to Dtrace in Solaris that allows you to inspect
the kernel and applications syscalls.

Here's how to install it in SLES 11:
http://publib.boulder.ibm.com/infocenter/lnxinfo/v3r0m0/topic/liaai/systemTap/liaaisystapsuse.htm

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