如何在没有cloudwatch的情况下监控亚马逊ec2上的linux系统?

发布于 2024-10-15 13:02:08 字数 288 浏览 0 评论 0原文

我想每 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 技术交流群。

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

发布评论

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

评论(1

冷心人i 2024-10-22 13:02:08

这是一篇关于规模的精彩文章。大约中间,作者列出了监控工具以及它们的不同之处。

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.

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