[users@httpd] vhosts conf file efficiency

2012-02-11 Thread Nick Edwards
Hi, Is it more efficient for all virtualhost blocks to be in a single file, eg httpd-vhosts.conf, or for each of them to be in their own "one file per domain" via an include hosts.d/*.conf We are talking a minimum of 2000 hosts per machine. Memory I assume would be the same since it needs to know

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