Koozali.org: home of the SME Server

How to remove apache-mod_gzip ???

Arjay

How to remove apache-mod_gzip ???
« on: September 01, 2003, 10:36:01 PM »
i just want to know who will i remove apache-mod_gzip coz i have notice that after i installed it, everytime i look at my phpSysInfo page, my memory load is constant in 97% and up.

is there a way for me to determine what is causing too much load in my memory?

Terry

Re: How to remove apache-mod_gzip ???
« Reply #1 on: September 02, 2003, 01:56:37 AM »
From a command line type "top"?  Similar to Task Manager in Windows...

rick

Re: How to remove apache-mod_gzip ???
« Reply #2 on: September 03, 2003, 08:27:23 AM »
Are you referring to Memory usage? If so you are looking at what is residing in ram, this has nothing to do with cpu usage.

Arjay

Re: How to remove apache-mod_gzip ???
« Reply #3 on: September 03, 2003, 08:58:56 PM »
Arjay wrote:
>
> i just want to know who will i remove apache-mod_gzip coz i
> have notice that after i installed it, everytime i look at my
> phpSysInfo page, my memory load is constant in 97% and up.
>
> is there a way for me to determine what is causing too much
> load in my memory?

"memory load" rick. im not referring to cpu usage.
goto: www.cs2.homelinux.com/sysinfo

im just wondering coz im not running that much services/processes but it still constant in 97% and up thats why i felt something is fishy

Charlie Brady

memory load of 97% (Re: How to remove apache-mod_gzip ???)
« Reply #4 on: September 04, 2003, 03:07:38 AM »
Arjay wrote:
 
> im just wondering coz im not running that much
> services/processes but it still constant in 97% and up thats
> why i felt something is fishy

You paid for that memory, so linux should put it to use. You'll find it's being used for buffers and cache. Most of the memory in use is normal - and good.

Charlie

Arjay

Re: memory load of 97% (Re: How to remove apache-mod_gzip ??
« Reply #5 on: September 04, 2003, 05:59:34 PM »
ok tnx for the info. nice to hear that nothing is wrong with my box