Every day without fail, sometime between 06:20 and 07:00 UTC, I get two email alerts from EC2 warning me that my "High VolumeWriteBytes" and "High VolumeReadBytes" have exceeded my set threshold. I get a massive spike of 2,000,000 bytes for a few minutes, then it returns to almost zero for the rest of the day.
I am running just a very simple wordpress website on the server which gets very few visitors anyway and none at that time of the day apart from spiders. When I look in the apache log, there is nothing unusual at that time.
How can I go about tracking down the cause of this problem?
I am thinking to output the "top" command to a file during that period, but I am not sure how to write the cron script, and not sure if the top command will reveal anything anyway?