Hi Bruno,
I perfectly understand that measuring against the localhost is not a good idea. But i tried the same on different client and server boxes on the same data center and even there i saw a network bottleneck (around 20 MBPS ). So to confirm that this network issue was not due to some weird setting in the machine, i wanted to try on the loopback interface that according to my knowledge has no max limit set on the network bandwidth. Even in the local loopback i measured using iperf connected to the jetty server i got 21 MBPS which i was not able to understand. The CPU and memory usage in the system was very low and the context switches and interrupts were also low (monitored using nmon), so i was not able to understand what is the real underlying problem with my setting. Is it some kind of setting in Jetty that i need to change in the config?
I ran the same tests on Weblogic server to make sure that network was not the issue. I was able to see using iperf that the bandwidth in loopback was around 250 MBPS (~1 Gbps). i was using the same settings in JMeter and it was giving good through put. It is a mystery that i cannot put my finger on
Appreciate your inputs on helping me in this issue.
Thanks,
Dinesh