pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

HTTP Req/Min incorrect

Open lukeescude opened this issue 2 years ago • 2 comments

When running with pm2 + Express, there's a metric exposed for HTTP Req/Min.

I believe this is incorrect, and it should say Req/Sec - All of my testing seems to indicate it's actually measuring requests per second, instead of per minute.

lukeescude avatar Feb 24 '23 19:02 lukeescude

I sent an email about this same issue. Even when I do a pm2 monit on the server directly it shows req/min but there is no way its /min.

angelo0000 avatar Jul 28 '23 16:07 angelo0000

Yes, the metric shows the Requests per Second, verified by comparing the pm2_http metrics with CloudWatch metrics.

rammanokar-plateron avatar Feb 29 '24 08:02 rammanokar-plateron