Every 5-10 seconds Apache22 generates one-two Zombies for a couple of seconds then Zombies disappear.
I can see that using commands:
once Zombies appears I use to find PPID:
and then I use to resolve PPID:
Can anyone have a clue what may cause the issue and how to it tracedown?
Thank you!
Server Config is:
Apache/2.2.13 (FreeBSD) DAV/2 PHP/5.2.11 with Suhosin-Patch mod_ssl/2.2.13 OpenSSL/0.9.8l
I can see that using commands:
# top
once Zombies appears I use to find PPID:
# ps ajx | grep -w Z
and then I use to resolve PPID:
# ps xalp 'PPID'
---Where 'PPID' is process numbereCan anyone have a clue what may cause the issue and how to it tracedown?
Thank you!
Server Config is:
Apache/2.2.13 (FreeBSD) DAV/2 PHP/5.2.11 with Suhosin-Patch mod_ssl/2.2.13 OpenSSL/0.9.8l