监控多个导轨应用

发布于 2024-09-14 12:03:52 字数 130 浏览 3 评论 0原文

是否有任何工具可以在我的服务器上运行来监视多个 Rails 应用程序?

我需要监视每个应用程序收到的请求数量、每个应用程序使用了多少内存、使用了多少 CPU 以及其他类似的统计信息。我需要查看每个 Rails 应用程序的统计数据。

Are there any tools that I can run on my server to monitor multiple rails applications?

I need to monitor the number of requests each application receives, how much memory each application is using, how much of the cpu is being used and other stats similar to those. I need to see the stats for each individual rails application.

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

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

发布评论

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

评论(2

孤千羽 2024-09-21 12:03:52

我建议您尝试 NewRelic RPM

免费版本:

RPM Lite 是使用最广泛的
基本Web应用程序的解决方案
监控。 RPM Lite 提供
应用程序监控无限制
Java、Ruby 或 JRuby 应用程序,用于
无限的用户,无限的
时间。多么划算啊!借助 RPM Lite,您
可以识别应用程序的整体运行状况、应用程序
响应时间、吞吐量、Apdex SLA
评分、聚类细分和注释。
您还可以查看哪里有网络
交易花费最多
时间,隔离最严重的罪犯,并且
确定将注意力集中在哪里
整治工作

稍后编辑:

NewRelic RPM 的替代品是 ScoutApp,它有很多插件,涵盖了您所需的所有内容特征。

如果您需要可以在服务器上运行的东西,还有 munin 插件 gem你可以尝试一下。如果您需要用户监控工具(类似于 Google Analytics),您可以使用 RailStat gem。

I recommend you try NewRelic RPM.

The free version:

RPM Lite is the most widely used
solution for basic web application
monitoring. RPM Lite provides
application monitoring for unlimited
Java, Ruby or JRuby applications, for
unlimited users, for an unlimited
time. What a deal! With RPM Lite you
can identify overall app health, app
response time, throughput, Apdex SLA
scoring, cluster breakdown, and Notes.
You can also see where web
transactions are spending the most
time, isolate the worst offenders, and
determine where to focus your
remediation efforts

Later edit:

An alternative to NewRelic RPM is ScoutApp, that has a lot of plugins covering all your required features.

If you need something that can be run on your server, there is also the munin plugins gem that you may try. If you need a users monitoring tools (kind of like Google Analytics)m you can use the RailStat gem.

栖竹 2024-09-21 12:03:52

请求日志分析器 gem 非常有用,是免费的,并且通过分析 Rails 日志文件来工作。因此,它不会对应用程序的性能产生任何负面影响。

The Request Log Analyzer gem can be useful, is free, and works by analyzing Rails log files. Thus, there's no chance of it having any negative impact on your application's performance.

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