<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">with just csync installed it is using quite a bit of cpu resources. When it runs shoots to 60 or 70 percent.&nbsp; The server is not loaded yet but im afraid to put load on it with this kind if cpu usage.&nbsp; Is there anything I need to do?&nbsp;&nbsp; It is always spawning new process with new ids.&nbsp; I grep and try to kill as seen below.&nbsp; You can also see top command below just idle running at 38 percent cpu.&nbsp; I also have xinetd install and it setup as a service if you need to know that.&nbsp; <br><br>etc# ps -ef | grep csync2<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9288&nbsp;&nbsp; 556 54 13:35 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:01 /usr/sbin/csync2 -x<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9290&nbsp; 7479&nbsp; 0 13:35 pts/0&nbsp;&nbsp;&nbsp; 00:00:00 grep --color=auto csync2<br>root@tesweb01:/etc# kill 9288<br>-bash: kill: (9288)
 - No such process<br>root@tesweb01:/etc# ps -ef | grep csync2<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9295&nbsp;&nbsp; 556 57 13:35 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:01 /usr/sbin/csync2 -x<br>root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9297&nbsp; 7479&nbsp; 0 13:35 pts/0&nbsp;&nbsp;&nbsp; 00:00:00 grep --color=auto csync2<br>root@tes:/etc# kill 9295&nbsp;&nbsp;&nbsp; <br><br><br>top<br>&nbsp; PID USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PR&nbsp; NI&nbsp; VIRT&nbsp; RES&nbsp; SHR S %CPU %MEM&nbsp;&nbsp;&nbsp; TIME+&nbsp; COMMAND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;9217 root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20&nbsp;&nbsp; 0 31328 2356 1376 S&nbsp;&nbsp; 38&nbsp; 0.1&nbsp;&nbsp; 0:01.14 csync2&nbsp; <br><br>/etc/csync2.cfg<br># please see the REAMDE file how to configure csync2<br>nossl * *;<br><br>group tglwebgroup <br>&nbsp;{<br>&nbsp;host tesweb01;<br>&nbsp;host tesweb02;<br><br>&nbsp; key
 /etc/csync2_ssl_cert.key;<br><br>&nbsp; include /etc/csync2.cfg;<br>&nbsp; include /etc/apache2/;<br>&nbsp; include /var/www/;<br>&nbsp; include /var/log/apache2;<br>&nbsp; exclude *.log;<br>&nbsp; action<br>&nbsp; {<br>&nbsp; pattern /etc/apache2/apache2.conf;<br>&nbsp; pattern /etc/apache2/httpd.conf;<br>&nbsp; pattern /etc/apache2/sites-available/*;<br>&nbsp; <br>&nbsp; exec "/usr/sbin/apache2ctl graceful";<br>&nbsp; logfile "/var/log/csync2_action.log";<br>&nbsp; do-local;<br>&nbsp; }<br>&nbsp; backup-directory /var/backups/csync2;<br>&nbsp; backup-generations 3;<br>&nbsp; auto none; #no automatic sync<br>&nbsp; }<br><br></td></tr></table>