I am getting a spike in network utilisation on my ec2 micro instance at a specific time each day.
Using atop, I found that it is the daily cron that causes the problem:
PID RDDSK WRDSK WCANCL DSK CMD 1/5
722 3420K 4K 0K 98% cron
But I have 13 items in my daily cron, so how do I go about narrowing down which one is the problem?
(The problem might be logrotate, but although it runs daily I have set it to flush the logs weekly, so I don't expect it to cause a problem.)