如何从CPU时间转为CPU利用率?

发布于 2024-08-17 22:12:39 字数 182 浏览 5 评论 0原文

我试图识别我自己的应用程序中的失控线程,并在它们使计算机无法访问之前将其永久关闭。

但是,我只能获取线程的 CPU 时间,这是我使用的 API 的限制。有什么方法可以根据该数据评估 CPU 利用率吗?

我正在考虑将其与实时进行比较,如果很接近,则表明该线程对 CPU 的负载过多。你觉得这个启发式怎么样,它会起作用吗?

I'm trying to recognize a run away threads in my own application and close them for good before they render machine inaccessible.

However, I can only get CPU time for the thread, that is limitation of API I'm using. Is there any way to evaluate CPU utilization from that data?

I was thinking about comparing it to real time and if it is close - than that thread is loading CPU too much. What do you think about that heuristic, will it work?

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

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

发布评论

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

评论(1

蒲公英的约定 2024-08-24 22:12:39

CPU 时间除以实际时间即可得出 CPU 利用率。

CPU time divided by real time will give you CPU utilization.

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