On 11.02.2012 21:05, Ishita Kapadiya wrote:
Hi Rainer,
Thanks. I forogt to mention that I was using HTTPS with Keepalive
disabled. Based on your hint, i again tried to monitor netstat o/p and
mod_status o/p.
I have used below command for ab script - ./ab -n 1 -c 50
http://1.2.3.4/xyz.html
I did the whole test with HTTP this time
On Sat, Feb 11, 2012 at 3:05 PM, Ishita Kapadiya wrote:
> Hi Rainer,
>
> Thanks. I forogt to mention that I was using HTTPS with Keepalive
> disabled. Based on your hint, i again tried to monitor netstat o/p and
> mod_status o/p.
> I have used below comma
Hi Rainer,
Thanks. I forogt to mention that I was using HTTPS with Keepalive
disabled. Based on your hint, i again tried to monitor netstat o/p and
mod_status o/p.
I have used below command for ab script - ./ab -n 1 -c 50
http://1.2.3.4/xyz.html
I was monitoring netstat o/p through script ea
On 11.02.2012 06:11, Ishita Kapadiya wrote:
Hi All,
Recently I did 'ab' test just to check performance of my new setup. so
far, if we want to check concurrent users for that server, we were
using "netstat -an | grep 'EST' | wc -l" to check how many total no of
connections being used. I know we c
Hi All,
Recently I did 'ab' test just to check performance of my new setup. so
far, if we want to check concurrent users for that server, we were
using "netstat -an | grep 'EST' | wc -l" to check how many total no of
connections being used. I know we can use mod_status to get the
accurate results.