Hi guys,
On about a daily basis my LAMP site goes down for some minutes. This keeps happening for a long time but I've never looked into it deeply enough until now.
Currently multiple site monitoring services are set up for
http://monda.hu and I get alerts on a daily basis. There's another Linode in the same datacenter from which I curl
http://monda.hu/ on a per minute basis to see for myself whether it's alive. These curl logs confirm the alerts of the site monitoring services that are set up.
Also, on monda.hu I run a script containing:
(free; ps_mem.py; ping -c 1 google.com) > `date +%Y-%m-%d_%H:%M`.log
on a per-minute basis to be able to see whether there's any network connectivity issues or whether trashing may happen.
The problem is that I cannot see anything that'd explain why this keeps happening. I'm suspicious regarding trashing but cannot see any sign of it. In the Linode Manager there are no spikes and according ps_mem.py (which is a ps-like smaps based tool) I should have enough free memory (memory usage seem to be always below 300MiB of about 435).
What could be the cause then?
Thanks in advance.
Laci