arrivalCount and request rate do not correlate #1242
Replies: 2 comments 2 replies
-
|
hi @vibha-somashekhara 👋 your understanding of |
Beta Was this translation helpful? Give feedback.
-
|
I don't have an explanation for the observed issue, and I find the request rate calculation very confusing in general. It would be helpful if the documentation described the methodology behind the metrics shown in the report. Regarding the request rate calculation (as far as I can tell from skimming the code):
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using artillery to run a few performance tests. I am using a phase with arrivalCount like below:
But in summary I get back
http.request_rate: .......................................... 7/secI have looked at your documentation here, which says
The following example creates 20 virtual users in 60 seconds (one virtual user approximately every 3 seconds)and that makes sense.http.request_rate: .......................................... 0/secAll above cases had no issues with requests and all requests were completed successfully (200)
Could you please help me understand this or let me know if I am missing anything with
arrivalCount.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions