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.
我正在使用不支持 ps aux 的自定义 fedora 发行版,因此我发现很难记录特定进程的 CPU 使用率,除了 top 或 ps aux 之外,还有其他方法可以测量 CPU 使用率吗?从 /proc//status 计算 CPU 使用率会很棒。
实现它的一种方法是使父进程调用getrusage()。事实上,您的进程可能会定期调用它本身并记录值。
getrusage()