捕获集群的性能

发布于 2024-10-14 23:57:33 字数 171 浏览 8 评论 0原文

我有一个包含 10 个节点的集群,所有节点都有类似的操作系统(ubuntu 10.4)。我想监控每个节点的性能,基本上捕获给定时间的 cpu、内存等。我如何在每个节点捕获相同的数据并对结果进行聚合以获得组合结果 例如整个集群的平均 CPU 使用率。

有什么命令我可以运行并获取结果吗?

提前致谢。

I am having a cluster containing 10 nodes all of which have similar operating system(ubuntu 10.4).I want to monitor the performance of each node basically capturing the cpu ,memory etc at a given time.How can i capture the same at each node and aggregate the result to get a combined result Example the average CPU usage of the entire cluster.

Are there any command I can run and get the results.

Thanks in Advance.

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

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

发布评论

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

评论(1

调妓 2024-10-21 23:57:33

您可以使用 pbsnodes 命令的输出来捕获此信息。如果查看状态:

status = rectime = 1319751989,varattr =,jobs =,state = free,netload = 904408724,gres =,loadave = 0.63,ncpus = 6,physmem = 8193856kb,availmem = 14823060kb,totmem = 16581436kb,空闲时间= 362,nusers = 1,nsessions = 15,会话= 1788 1171 19146 19183 19197 19207 19217 19282 19329 19553 19617 20238 20292 20535 20601,uname = Linux napali 2.6 .38-12-generic #51-Ubuntu SMP 2014 年 9 月 28 日星期三:27:32 UTC 2011 x86_64,opsys=linux

您可以在那里看到它具有计算机的平均负载,以及有关机器内存状态的几条信息。通过编写一些解析执行您正在寻找的计算的脚本,您可以解决您的问题。

You can use the output of the pbsnodes command to capture this information. If you look at the status:

status = rectime=1319751989,varattr=,jobs=,state=free,netload=904408724,gres=,loadave=0.63,ncpus=6,physmem=8193856kb,availmem=14823060kb,totmem=16581436kb,idletime=362,nusers=1,nsessions=15,sessions=1788 1171 19146 19183 19197 19207 19217 19282 19329 19553 19617 20238 20292 20535 20601,uname=Linux napali 2.6.38-12-generic #51-Ubuntu SMP Wed Sep 28 14:27:32 UTC 2011 x86_64,opsys=linux

You can see there that it has the load average for the computer, as well as several pieces of information about the memory state of the machine. By writing some script that parses that are performs the calculations you're looking for, you can solve your problem.

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