如何从 Unix Box 远程获取 Windows Server CPU 指标?

发布于 2024-12-26 22:45:24 字数 278 浏览 0 评论 0原文

我有一组 Windows Server 机器,我试图通过我的 Unix 系统从这些机器中收集指标(CPU 利用率、内存、磁盘利用率)。我尝试使用 SNMP 方法,但似乎令人难以置信。我不仅必须收集 Windows 中指标的所有 OID(这对于 Google 来说非常困难,而且 snmpwalk 会为您提供大量难以破译的信息)。是否还有其他巧妙的方法来从这些 Windows 盒子中收集性能指标。 我确实考虑过运行我自己的 python 脚本并将这些指标发送到 unix 盒子的替代方案,但由于各种原因这似乎不太可能。任何新方法将不胜感激。

I have a set of of Windows Server boxes and i am trying to collect metrics ( Cpu utlization , Memory , Disk utilizaion ) from those boxes through my Unix system. I tried using SNMP method , but it seems mind boggling . Not only i have to collect all OIDs for metrics in Windows ( which is very hard to Google and snmpwalk gives you a hell lot of information which is very hard to decipher ) . Is there any other ingenious ways to collect performance metrics from these windows boxes.
I did think of an alternative of running my own python scripts and send these metrics to unix boxes , but that seems unlikely for various reasons. any new method will be appreciated .

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

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

发布评论

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

评论(1

神也荒唐 2025-01-02 22:45:24

您基本上有 2 个选择:

1、在安装的 Windows 服务器上使用 Nagios 远程执行插件,您可以非常简单地从 UNIX 框中查询:

http://www.miwi-dv.com/nrpent/

我在企业环境中使用它。从 rehel5 监控 Windows Server 盒子的健康状态。

2,尝试 WBEM/WMI,它也可以在 unix 盒子上工作:

http://openwbem.sourceforge.net/#Features 

还有适用于 linux 的 wmi-client 可用,一些博客描述了操作方法:

http://blogs.balabit.com/2010/09/18/wmi-client-for-linux/

http://forums.cacti.net/viewtopic.php?t=29392

you have basically 2 options:

1, use Nagios Remote Execution Plugin on Windows servers installed which you can very simply query from your UNIX box:

http://www.miwi-dv.com/nrpent/

I'm using it in enterprise env. to monitor health status of Windows Server boxes from rehel5.

2, Try WBEM/WMI, it also works from unix box :

http://openwbem.sourceforge.net/#Features 

There is also wmi-client for linux available , some blog describe how-tos:

http://blogs.balabit.com/2010/09/18/wmi-client-for-linux/

http://forums.cacti.net/viewtopic.php?t=29392

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