<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Courier New, Courier, monospace">I just checked on the
error log, no errors are being produced.&nbsp; I've got the Load balancer
setup with:<br>
<br>
worker_processes&nbsp;&nbsp;&nbsp; 5;<br>
<br>
error_log logs/error.log;<br>
<br>
events {<br>
&nbsp;&nbsp;&nbsp; worker_connections&nbsp; 2048;<br>
}<br>
<br>
I have nginx on all three backend servers as well so everything being
used is nginx from the load balancer to the web servers, but I still
can't break 180/s.<br>
<br>
If I have three backend web servers that each can do 220/s should I be
able to expect somewhere around 400-600/s out of the nginx load
balancer?<br>
<br>
Thanks,<br>
<br>
-Clint<br>
<br>
</font><br>
Alan Williamson wrote:
<blockquote cite="mid:48BFA021.7000706@blog-city.com" type="cite">Clint
Priest wrote:
  <br>
  <blockquote type="cite">All four of the servers are on the same /24
network, the stress test server is on another /24 network.
    <br>
    <br>
Any ideas on what it could be? </blockquote>
  <br>
i have a similar setup as you Clint.&nbsp; If the backend servers are indeed
pushing that number of requests then you should get at least that at
the front end.
  <br>
  <br>
What i would look at is:
  <br>
  <br>
&nbsp; - nginx settings (enough workers?)
  <br>
&nbsp; - any errors in the nginx error (file handles?)
  <br>
  <br>
  <br>
Turn off the keep-alive settings on your JMeter test (which i believe
is done by default anyway) so you can test on a level playing field.
  <br>
  <br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<font
 style="font-family: Verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px; line-height: normal; font-size-adjust: none; font-stretch: normal;">
Clint Priest<br>
</font><br>
</div>
</body>
</html>