Periodic High Load

tincboy

Renowned Member
Apr 13, 2010
466
6
83
Hello,
I've 3 Proxmox server that are clustered to gather,
I'm storing the load of these servers in external DB and it shows me about 10min high load in all of servers every day about 23:00 PM,
Does Proxmox schedule a job at that time that cause this heavy high load?
 
did you configure a scheduled backup job?
 
something inside a VM?
 
in the syslog I can see it's because of image syncchronization
Aug 15 00:34:04 pvemirror2859 starting cluster syncronization
Aug 15 00:34:05 pvemirror2859 syncing templates
Aug 15 00:34:05 pvemirror2859 cluster syncronization finished (0.50 seconds (files 0.00, config 0.00))

The images didn't change for a long time but I have this high load every day
 
I'm really sure that the sync is the cause of this high load,
but it's in the exact time of high load in every day
 
I guess that these command is causing the high load:
Aug 23 11:00:01 cloud2 /USR/SBIN/CRON[14942]: (root) CMD (test -x /usr/lib/atsar/atsa1 && /usr/lib/atsar/atsa1)
What does these command do?
 
I guess that these command is causing the high load:
Aug 23 11:00:01 cloud2 /USR/SBIN/CRON[14942]: (root) CMD (test -x /usr/lib/atsar/atsa1 && /usr/lib/atsar/atsa1)
What does these command do?
An other guess is:
As my VMs are all Centos 5.4, Does Centos do an specific job that cause this kind of high load?