如何在没有cloudwatch的情况下监控亚马逊ec2上的linux系统?
我想每 X 分钟监控一次加载了 amazon linux 的 Amazon ec2 实例上的以下内容:
磁盘统计信息
处理统计信息(类似于 top
的作用)
内存使用情况
检查我的脚本是否运行良好,
我是否应该使用自己的脚本和东西,或者是否有任何工具已经实现了这一点?
我搜索了一下,有一个关于 munin 的建议,
什么似乎是更好的方法?
I would like to monitor the following on Amazon ec2 instances loaded with amazon linux, every X minutes :
disk statistics
process stats (similar to what top
does)
ram usage
check if my scripts are running fine
should I use my own scripts and things or are there any tools that already achieve this ?
I searched and there was a suggestion about munin
what seems to be the better approach ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一篇关于规模的精彩文章。大约中间,作者列出了监控工具以及它们的不同之处。
http://highscalability.com /blog/2010/8/16/scaling-an-aws-infrastruct-tools-and-patterns.html
我们已经实现了 Cacti,它非常简单,它创建了各种图表/报告(大多数你提到的)。 Munin 也是他列出的一个,但我们还没有尝试过该解决方案。
Here is a great article on scale. About halfway down, the author lists monitoring tools and how they differ.
http://highscalability.com/blog/2010/8/16/scaling-an-aws-infrastructure-tools-and-patterns.html
We've implemented Cacti, it was very easy, it creates all sorts of graphs/reports (most of what you mentioned). Munin is one that he lists as well, but we have not tried that solution yet.