如何从 PID 中获取有关已生成子项的信息

发布于 2024-11-03 22:30:34 字数 102 浏览 3 评论 0原文

在我的程序中,我使用 fork 和 execv 生成子进程。我将子 PID 保存在一个数组中。如何使用这些 PID 获取有关孩子的信息?我想获取诸如他们使用了多少内存和 CPU 之类的信息。

In my program I am spawning child processes by using fork and execv. I am saving the child PIDs in an array. How can I get information about the children by using these PIDs? I want to get information like how much memory and CPU they are using.

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

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

发布评论

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

评论(1

染火枫林 2024-11-10 22:30:34

您可以尝试使用库 libgtop
或者直接解析内容

/proc/PID/stat

You could try to use the library libgtop
or instead directly parse the contents of

/proc/PID/stat

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