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.
我正在寻找一个 python 模块,它可以让我监控和记录 4 台计算机的系统统计信息。我需要这个模块能够:
不幸的是,我无法找到满足任一限定符的模块,并且我想避免将 python 包装在另一种语言周围来实现这一点。
如果有人有任何与我所描述的内容相近的东西,我将不胜感激。
谢谢
你看过穆宁吗?你也可以在 Python 中构建各种插件,而且很多已经存在。
也许 WMI 是您所需要的。请参阅下面的链接以供参考。
Python_WMI