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.
我希望在 Windows 中使用 Python 来监控处理器使用情况、内存使用情况、磁盘 I/O、网络接口使用情况。这可能吗?Windows 中是否存在某种 API 以允许我访问该信息或模块?谢谢!
WMI模块对您来说可能是一个有趣的选择。这可能有点矫枉过正,但它看起来确实是一种非常标准且可靠的查询 Windows 机器状态的方法。查看WMI 食谱