I am using Jmeter to run api squentially. I want to find the number of apis taking less than 10ms, 20ms, 30ms etc. Can It be done from Jmeter?

Viewed 15

TotalAPi = 50 | Thread= 2 | Transaction= 50*2 = 100

10ms = 75 | >20ms = 20 | >30ms = 5

1 Answers
Related