hallatore / Netling

Netling is a load tester client for easy web testing.
MIT License
1.34k stars 210 forks source link

Just a Question #30

Closed CSharpDummy closed 5 years ago

CSharpDummy commented 5 years ago

How do I read the results:

rps is clear - if the median is 5 ms then I should get ~ 200 rps. But how I calculate the number when increasing threads? For example 5 threads and 200 rps would mean the web service worked on 1000 request/second for all?

hallatore commented 5 years ago

RPS is the total requests per second for the app across all threads.