铁轨 + New Relic:RPM 是什么意思?
我刚刚开始在我的 Rails 应用程序中使用 New Relic RPM,他们提供的指标之一是“吞吐量 RPM”。我到处搜索并彻底梳理了 New Relic 文档,但我找不到任何关于 RPM 吞吐量指标的书面解释。
是“每分钟请求数”还是“每毫秒请求数”还是其他? ** 内燃机和每分钟转数使得这个问题无法在 Google 中找到答案。
什么是吞吐量 RPM?一个好的数字是更高还是更低,一些平均基准是什么?
我非常感谢对此指标的解释,谢谢!
I just started using New Relic RPM with my rails app, and one of the metrics they provide is "Throughput RPM". I have googled everywhere and thoroughly combed the New Relic docs, and I cannot find ANY written explanation of the RPM throughput metric.
Is it "requests per minute" or "requests per millisecond" or something else? ** combustion engines and revolutions per minute make this impossible to find answers about in Google.
What is throughput RPM? Is a good number higher or lower, what are some average benchmarks, etc?
I'd greatly appreciate an explanation of this metric, thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
产品名称“RPM”代表“Rails Performance Management”——这是不合时宜的,现在我们支持 Ruby、Java、PHP 和 .NET(请继续关注其他语言)。
后缀“rpm”代表“每分钟请求数”。通常用于测量整个应用程序或特定 Web 事务(Rails 中的控制器操作)的吞吐量。
卢·瑟恩
创始人兼首席执行官
新遗物
The product name "RPM" stands for "Rails Performance Management" - which is an anachronism, now that we support Ruby, Java, PHP and .NET (stay tuned for other languages).
The suffix "rpm" stands for "Requests per Minute". Typically used to measure throughput, either for the whole application, or a specific Web Transaction (Controller Action in Rails).
Lew Cirne
Founder and CEO
New Relic
我相信吞吐量:RPM 是指您的 Web 应用程序/应用程序容器处理的 http“每分钟请求数”。这将使您了解通过应用程序移动的请求量,从而了解应用程序的各个部分或组件处理应用程序负载的情况。
希望有帮助。
I believe Throughput:RPM means the number of http "Requests per minute" being handled by your web application/application container. This would give you an idea of the volume of requests moving through the app and therefore context to understand how well various pieces or components of your app are handling that load on the App.
Hope that helps.
RPM = Ruby 性能管理。
RPM = Ruby Performance Management.
Ruby 绩效管理
Its Ruby Performance Management