cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Apache worker processes RAM usage

DavorinKrivak
Helper

Hi Everyone,


Recently we were troubleshooting an out-of-memory problem on a Apache web server triggering oom-killer. From syslog it was obvious that the main culprit was Apache - it had the maximum amount of workers running, each taking up a small amount of RAM.

We could see the number of busy workers rising in Dynatrace, but the memory consumption was attributed to "other processes", while the main Apache process with PHP used only around 110MB.

 

Is there any way to consolidate this, i.e. show the sum of memory and CPU utilization of all httpd processes instead of only one?

Davorin

2 REPLIES 2

ChadTurner
DynaMight Legend
DynaMight Legend

Do you want to see the consolidated metrics via the host? you should see that from the process chart on the host. Or you can narrow it down by technology and it will show the metrics collectively:

ChadTurner_0-1628714641034.png

 

-Chad

Hi Chad,

 

The problem is that only a single Apache process is shown (httpd) in Dynatrace, whereas the worker processes get categorized under "other processes".

In most of the cases this is fine, but in this specific case a misconfiguration of Apache lead to worker processes consuming all memory on the host. We had ~1000 worker processes all consuming ~14 MB of RAM, which was enough to eat up all the RAM and swap. Since the processes are considered 'not important' as singletons (<5% CPU, RAM and network traffic per process), Dynatrace didn't show them. The only indication of what really happened was in syslog.

Featured Posts