Rails + New Relic: What does RPM mean?
Asked Answered
S

4

72

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!!

Strive answered 9/3, 2011 at 21:44 Comment(0)
I
227

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

Incensory answered 10/3, 2011 at 0:0 Comment(3)
It's nice to have an answer from the CEO!Loriloria
Yeah, is rpm (lowercase) requests MADE per minute or requests SERVED per minute? Meaning, does it take queuing into account?Windom
CEO like who are caring about their customers and answering their questions themselves ,are really amazing people ,thanks a lotAnabiosis
D
6

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.

Deanedeaner answered 10/3, 2011 at 4:12 Comment(0)
W
-1

RPM = Ruby Performance Management.

Whaley answered 9/3, 2011 at 21:49 Comment(7)
Ok, great, but what does "Throughput: RPM ______" with some number attached to it mean?Strive
from their website : "In a single view you see key metrics such as customer experience, response time, errors, and throughput." So it looks like bandwidth (KB per second etc).Whaley
support.newrelic.com/discussions/support/…Wellborn
Per the above link, it refers to req per min (RPM). Too many damn acronyms!Whaley
Ok, there we go! Two answers: Ruby Performance Management in general and requests per minute when used to describe throughput. Thank you!Strive
@Andrew: Lewis' answer should be the accepted answer since it is from the horses mouth (so to speak).Whaley
That's noble of you since he answered after I had accepted yours. Kudos, sorry there's not a badge for chivalry or something...Strive
W
-2

Its Ruby Performance Management

Wellborn answered 9/3, 2011 at 21:52 Comment(1)
I don't think that's what @Strive meant. He's asking what the Throughput RPM metric is. Not what New Relic RPM stands for.Sanatory

© 2022 - 2024 — McMap. All rights reserved.