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