Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-03-01 Thread arun kumar
Ok thanks I will check it with top command Regards, Arun Joshua Slive <[EMAIL PROTECTED]> wrote: On 3/1/07, arun kumar wrote: > Hi, > > No i am not measuring memory per process and i am adding all the RSS of the > httpd process of particular apache instance to find total memory usa

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-03-01 Thread Joshua Slive
On 3/1/07, arun kumar <[EMAIL PROTECTED]> wrote: Hi, No i am not measuring memory per process and i am adding all the RSS of the httpd process of particular apache instance to find total memory usage every one sec. In prefork(No of process will be more than worker) also i am using the same pr

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-28 Thread arun kumar
Hi, No i am not measuring memory per process and i am adding all the RSS of the httpd process of particular apache instance to find total memory usage every one sec. In prefork(No of process will be more than worker) also i am using the same process and i am adding all the RSS of

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-28 Thread Joshua Slive
On 2/28/07, arun kumar <[EMAIL PROTECTED]> wrote: Hi All, I am using the below command to monitor the physical memory. ps -e -o pcpu,vsz,rss,pid,args |grep -v grep | grep "apacheprojectname" Below is the sample output for the worker module 0.0 34608 32744 25609 /local/home/kumarar3/apache/aw

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread arun kumar
Hi All, I am using the below command to monitor the physical memory. ps -e -o pcpu,vsz,rss,pid,args |grep -v grep | grep "apacheprojectname" Below is the sample output for the worker module 0.0 34608 32744 25609 /local/home/kumarar3/apache/aws/bin/httpd -f /local/home/kuma

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread Joshua Slive
On 2/27/07, arun kumar <[EMAIL PROTECTED]> wrote: We are using solaris 8 and i compiled the apache 2.2 using the below option ./configure --prefix=/local/apache/aws --enable-ssl --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-cache --enable-disk-cache --enable-mods-shared=all

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-27 Thread arun kumar
We are using solaris 8 and i compiled the apache 2.2 using the below option ./configure --prefix=/local/apache/aws --enable-ssl --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-cache --enable-disk-cache --enable-mods-shared=all --with-mpm=worker . I disable the defl

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-26 Thread Yvo van Doorn
On 2/26/07, arun kumar <[EMAIL PROTECTED]> wrote: Hi All, We are in the process of moving apache 1.3 to apache 2.2we migrated and done the load testing and monitoringwe find that in apache 2.2 physical memory usage is more than apache 1.3we added cache and deflate module in apache 2.

[EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-26 Thread arun kumar
Hi All, We are in the process of moving apache 1.3 to apache 2.2we migrated and done the load testing and monitoringwe find that in apache 2.2 physical memory usage is more than apache 1.3we added cache and deflate module in apache 2.2. Below find my apache 1.3 and 2.2 ht