In the report of Gatling, there is no provision for reporting TPS and Throughput.
TPS = transaction per second
It’s exactly the same thing as requests per second.
Actually , transaction per second as per my knowledge time for request+ response
Request per second is hit the server with this request which doesnt provide the response served per request
Actually , transaction per second as per my knowledge time for request+ response
How could a duration be per second?
You’re confusing 2 different things:
- the number of hits/requests/transactions per second, over time
- the response time distribution over time
Both are distinct charts, available in Gatling HTML reports.
Can you please send the screenshot of html report describing the TPS and request per second in html dashboard report of Gatling ?
Please Describe the difference between the both for more understanding
Have you read the documentation?
Yes, I have read it, Nothing mentioned related to my query. I would request you to provide the accurate details for my query asked if you can.
Kindly check the Jmeter Documentation as well for TPS and RPS differentiation and there might be some logic behind providing the separate TPS report/graph in JMeter.
Thanks