>> https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers/
>
> I don't view the test described as valid because the test is between one 
> client and one server.  I'm interested in testing with one server and many 
> clients.

wrk (used in the tests) [1] is a multithread/connection benchmark tool. 
You can simulate how many clients you want (basically you are just limited by 
ephemeral port tuple count ~65k .. but then again can work around it by 
assigning multiple IPs to the server/client).


[1] https://github.com/wg/wrk

rr

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to