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.
我试图在我自己的应用程序中识别出一个失控的线程,并在它们使机器无法访问之前永久关闭它们。
但是,我只能获得线程的 CPU 时间,这是我使用的 API 的限制。有没有办法从这些数据中评估 CPU 利用率?
我正在考虑将它与实时进行比较,如果它很接近 - 比那个线程加载 CPU 太多。您如何看待这种启发式方法,它会起作用吗?
CPU 时间除以实时将为您提供 CPU 利用率。