Solaris 上 pmap 中的高 sys cpu 和高 ihr

发布于 2024-07-20 17:37:20 字数 932 浏览 4 评论 0原文

我有一个在solaris上运行的mysql数据库,从mpstat,我可以看到一个线程具有非常高的ithr和高系统cpu。 如何找到ithr从哪里来以及为什么sys cpu比较高?

CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl

0 0 0 0 440 146 269 1 17 52 0 833 0 1 0 99 ...................................................... ......................

7 0 0 0 19798 19738 914 22 4 242 0 3569 5 14 0 81 ...................................................... ......................

15 0 0 0 1005 0 2035 2 0 52 0 8912 12 3 0 85

CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr 系统 wt idl

0 0 0 0 632 143 678 1 26 46 0 2243 4 2 0 94 ...................................................... ......................

7 0 0 0 21068 20978 1409 27 9 276 0 5591 9 15 0 76

........................ ...................................................... ...

15 0 0 0 531 0 1071 2 2 45 0 4707 7 2 0 91


I have a mysql database running on solaris, from mpstat, I could see a thread has very high ithr and high sys cpu. How can I find where the ithr comes from and why the sys cpu is relatively high?

CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl

0 0 0 0 440 146 269 1 17 52 0 833 0 1 0 99
.......................................................................

7 0 0 0 19798 19738 914 22 4 242 0 3569 5 14 0 81
........................................................................

15 0 0 0 1005 0 2035 2 0 52 0 8912 12 3 0 85

CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl

0 0 0 0 632 143 678 1 26 46 0 2243 4 2 0 94
........................................................................

7 0 0 0 21068 20978 1409 27 9 276 0 5591 9 15 0 76

.................................................................

15 0 0 0 531 0 1071 2 2 45 0 4707 7 2 0 91


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

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

发布评论

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

评论(2

萌梦深 2024-07-27 17:37:20

这可能是 NIC 的中断开销。 mpstat 将在 CPU 处理任何 NIC 或 HBA 的 ithr 中显示高值,以及相应的高系统时间。 如果您使用的是 Solaris 10,intrstat 将准确显示每个 CPU 处理硬件中断所花费的时间。

That's probably a NIC's interrupt overhead. mpstat will show high values in ithr for the CPU's handling any NICs or HBAs, and a correspondingly high sys time. If you have Solaris 10, intrstat will show exactly how much time is spent handling hardware interrupts per CPU.

汐鸠 2024-07-27 17:37:20

Sun Studio 工具包括一个性能分析器,旨在利用 Solaris 中的所有最新功能。 您可以尝试使用它来收集 mysql 服务器上的数据。 我们即将发布下一个正式版本,但您可以使用最近的“快速”版本来查看最新功能。 它不是开源的,但可以免费使用。 http://developers.sun.com/sunstudio/downloads/express/index.html jsp

The Sun Studio tools include a performance analyzer that is designed to take advantage of all the latest features in Solaris. You could try using it to collect data on the mysql server. We're getting close to the next official release, but you can use a recent "express" release to check out the latest features. It's not open source, but it's free to use. http://developers.sun.com/sunstudio/downloads/express/index.jsp

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