I have tried with
ab -n10000 -c100
ab -n10000 -c200
..
..
ab -n10000 -c600
Even i tried -k option, but results are still the same.
On Fri, Oct 29, 2010 at 4:51 PM, Graeme Fowler <graeme@xxxxxxxxxxx> wrote:
> On Fri, 2010-10-29 at 16:38 +0530, Anil Pillai wrote:
> > One observation.
>
> One more observation - ApacheBench needs to have parameters tweaked to
> increase the concurrency. The default is one request at a time.
>
> If you push the concurrency up, you should see a corresponding increase
> in requests/sec.
>
> ab -c100 -n10000 http://target_url/
>
> For more fun, try
>
> ab -c100 -n10000 -k http://target_url/
>
> Graeme
>
>
> _______________________________________________
> Please read the documentation before posting - it's available at:
> http://www.linuxvirtualserver.org/
>
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://lists.graemef.net/mailman/listinfo/lvs-users
>
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|