<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jan 8, 2022 at 10:40 AM Reinis Rozitis <<a href="mailto:r@roze.lv">r@roze.lv</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">>> <a href="https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers/" rel="noreferrer" target="_blank">https://www.nginx.com/blog/testing-the-performance-of-nginx-and-nginx-plus-web-servers/</a><br>
><br>
> 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.<br>
<br>
wrk (used in the tests) [1] is a multithread/connection benchmark tool. <br>
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).<br>
<br>
<br></blockquote><div><br></div><div>Yes. I've used wrk in my own tests. It's a very good tool. The problem is I don't think wrk really can simulate communication from many clients. There is something different between simulating many clients with one real client and actually testing with many real different clients. I can't put my finger on what the difference is. But there must be a difference. Otherwise why is my application running into such performance limits as mentioned in this question on stackoverflow <a href="https://stackoverflow.com/questions/70584121/why-doesnt-my-epoll-based-program-improve-performance-by-increasing-the-number">https://stackoverflow.com/questions/70584121/why-doesnt-my-epoll-based-program-improve-performance-by-increasing-the-number</a> ?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
[1] <a href="https://github.com/wg/wrk" rel="noreferrer" target="_blank">https://github.com/wg/wrk</a><br>
<br>
rr<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div></div>