如何在Python中获取Windows中进程的网络使用情况?

发布于 2024-12-11 12:39:33 字数 159 浏览 0 评论 0原文

我正在使用 Python 2.7 和 Windows 7(但我需要它至少也能在 XP 上运行)。

如何获取用 Python 编写的程序使用的网络带宽百分比?因此,如果互联网速度为 20 Mbit/s,并且我的程序以“全速”连接到网络,它会写入 100%,等等。

提前致谢!

I'm using Python 2.7 and Windows 7 (but I need it to work on at least XP as well).

How can I get the percentage of the network bandwidth used by my program written in Python? So if the internet speed is 20 Mbit/s, and my program is connecting to the web at a "full speed", it'd write 100%, etc.

Thanks in advance!

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

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

发布评论

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

评论(1

酷到爆炸 2024-12-18 12:39:33

您需要开发具有这种功能的 Windows 网络驱动程序。

检查相关答案:
监控进程的网络使用情况?

You would need to develop a windows network driver with such capability.

Check the related answer at:
Monitor a process's network usage?

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