Xan wrote:
I happened to be up last night about this time (3:00 Central) and noticed the same thing on Host1... Everything was dog slow. Actually I submitted a support ticket, and they said it was my own Linode. But I haven't made any kind of change recently that would cause me to suddenly hit a wall like that, so maybe it's the same thing you're seeing.
I guess it could be cron, although my crontab runs dailies at 6:25am Central. Maybe the other Linodes default to 3:00 Central.
Standard RedHat (ie Fedora) crontabs run "cron.daily" at 4:02 in whatever timezone the machine is set for. My linode is set for Eastern time, and so that would be 03:02 Central. cron.daily is where nasty things run:
00-logwatch 0anacron prelink slocate.cron yum.cron
00-makewhatis.cron logrotate rpm tmpwatch
The really nasty one here is slocate.cron because it does a find on your file system, and for this reason cacker has taken to automatically disabling this in cron; 10 linodes all running slocate at the same time will kill performance for every linode on the box. Even with the IO limiter
