Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache benchmark ab.exe tool - throwing error |
|
Author |
|
elavarasan
Joined: 26 Sep 2011 Posts: 53
|
Posted: Sat 08 Oct '11 8:44 Post subject: Apache benchmark ab.exe tool - throwing error |
|
|
can any one help me, its very urgent
When i do benchmark for our server, i'm getting errors
apr_poll: The timeout specified has expired (70007)
apr_socket_recv: Connection refused (111)
apr_socket_recv: Connection reset by peer (104)
apr_socket_recv: An existing connection was forcibly closed by the remote host.
Each time i'm getting above mentioned error
My System Specs :
Windows server 2008 r2
Apache 2.2.17 as a handler
PHP 5.2.17
ab -k -c 200 -n 200 http://IPADDRESS/
i don't want to use Apache as a CGI because our applicaton facing some issues with CGI.
please help me out
Thanks, |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 13 Oct '11 14:42 Post subject: |
|
|
You try to make all 200 requests at the same time.
Why not try
ab -k -n 1000 -c 50 http://example.com/ |
|
Back to top |
|
|
|
|
|
|