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
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
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
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
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
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
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
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.
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