Python进程管理

发布于 2024-07-14 18:31:29 字数 89 浏览 8 评论 0原文

python 有什么方法可以在本地或者通过一些在线可用的代码(最好是在 GPL 下)来进行进程管理。 目标类似于 ps 的功能,但最好是在数组、列表和/或字典中。

Is there any way python is natively, or through some code available online (preferably under the GPL), capable of doing process management. The goal is similar to the functionality of ps, but preferably in arrays, lists, and/or dicts.

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

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

发布评论

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

评论(4

恍梦境° 2024-07-21 18:31:29

This one is cross-platform:
http://code.google.com/p/psutil/

月寒剑心 2024-07-21 18:31:29

有一个叫做 ProcessManager 的东西,但我以前没有使用过它。

There is something out there called ProcessManager, but I have not used it before.

梦与时光遇 2024-07-21 18:31:29

如果您对某个模块不感兴趣,您还可以查看 /proc 文件系统 procfs。

If you're not interested in a module, you might also have a look at the /proc filesystem, procfs.

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