<p dir="ltr">I tried siege a lot, but could never get it to really use all cores on the server, I found the tool wrk much more useful for load testing.</p>
<div class="gmail_quote">On Mar 18, 2015 2:31 AM, "halozen" <<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2 nginx 1.4.6 web servers - ocfs cluster, web root inside mounted LUN<br>
from SAN storage<br>
2 MariaDB 5.5 servers - galera cluster, different network segment than<br>
nginx web servers<br>
<br>
nginx servers each two sockets quad core xeon, 128 gb ram<br>
Load balanced via F5 load balancer (round-robin, http performance)<br>
<br>
Based on my setup above, what options that I should use with siege to<br>
perform load term to at least 5000 concurrent users?<br>
<br>
There is a time when thousands of student storms university's web<br>
application.<br>
<br>
Below is result for 300 concurrent users.<br>
<br>
# siege -c 300 -q -t 1m <a href="http://domain.com" target="_blank">domain.com</a><br>
<br>
siege aborted due to excessive socket failure; you<br>
can change the failure threshold in $HOME/.siegerc<br>
<br>
Transactions:                 370 hits<br>
Availability:               25.38 %<br>
Elapsed time:               47.06 secs<br>
Data transferred:            4.84 MB<br>
Response time:               20.09 secs<br>
Transaction rate:            7.86 trans/sec<br>
Throughput:                0.10 MB/sec<br>
Concurrency:              157.98<br>
Successful transactions:         370<br>
Failed transactions:            1088<br>
Longest transaction:           30.06<br>
Shortest transaction:            0.00<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,257373,257373#msg-257373" target="_blank">http://forum.nginx.org/read.php?2,257373,257373#msg-257373</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>