Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data discrepancy.Not getting correct data.Reqs/sec does not match the configuration #49

Open
rahtr opened this issue Sep 7, 2017 · 0 comments

Comments

@rahtr
Copy link

rahtr commented Sep 7, 2017

Check out the request which is being made-->
./wrk -t1 -c9 -d3s -R10 --latency http://test.com/sample/hello.jsp

Output-->
---------------------------------------------------------- 30 requests in 3.00s, 16.26KB read Requests/sec: 9.99 Transfer/sec: 5.41KB

As per the documentation, the total request made to the server should be 27?

Also in the below scenario-->
./wrk -t1 -c5 -d2s -R10 --latency http://test.com/sample/hello.jsp

16 requests in 2.03s, 8.67KB read
Requests/sec: 7.89
Transfer/sec: 4.28KB

How does the reqs/sec is >5?

@rahtr rahtr changed the title Data discrepancy.Not getting correct data Data discrepancy.Not getting correct data.Reqs/sec does not match the configuration Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant