Re: [users@httpd] concurrent connections and netstat

2012-02-11 Thread Rainer Jung
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

Re: [users@httpd] concurrent connections and netstat

2012-02-11 Thread Ishita Kapadiya
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

Re: [users@httpd] concurrent connections and netstat

2012-02-11 Thread Ishita Kapadiya
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

Re: [users@httpd] concurrent connections and netstat

2012-02-11 Thread Rainer Jung
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

[users@httpd] concurrent connections and netstat

2012-02-10 Thread Ishita Kapadiya
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.