How to calculate the number of messages sent per second by the user in artillery? #951
ayushwebkul
started this conversation in
Artillery
Replies: 1 comment 2 replies
-
|
hi @ayushwebkul 👋 RPS count is the total number of requests / messages in a 10 second period made by all VUs If you want to track those values per VU, that's possible with a custom JS function, but I've just realised there's no example for it in the docs. I'll add one and link it here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am load testing my chat application with artillery.
here is the phase config:
phases:
arrivalRate: 50
maxVusers: 300
After generating dashboard report, I found that RPS = 1.5K max and mean RPS = 150 max
what is the difference b/w both of them?
and how to calculate the number of msgs sent by the user per second?
The docs are slightly confusing.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions