I've installed APM and everything seems to be working fine. However, I'm unable to understand the number of requests per second for my application. Because it's continuously changing when I change time frame.
Thanks for reaching out and sorry for the confusion. The purpose of request/min (rpm) and transactions/min (tpm) is to show the average throughput (number of requests) over a period of time.
The value in legend is the average number of requests per minute for the selected time range. So in your case there was an average of 2.3 requests/min for 24 hours. This is calculated as <total number of requests> / <duration>. If we calculate backwards we can find the total number of requests as: 24 * 60 * 2.3 = 3312 requests
Again, this is the average for the selected time range. So 990 requests occurred during the hour (60*16.5).
I hope that answers your question. If not, don't hesitate to reach out again.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.