<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi Simone,<br><br></div>I would guess that syslog has better buffering and load handling; so I would try logging only to syslog--this should halve the load caused by verbose logging.<br><br></div><div>Speaking of verbose, I've looked at BIRD logs, and I see lines like this:<br></div></div> Route A received by peer Y<br></div> Route A announced to peer X<br></div> Route A announced to peer Y<br><br></div>So, you multiply the number of roues by the number of peers:<br> (100 000 x 152)<br> =   15 200 000<br><br></div>But you're logging it twice (bird and syslog), so it's now 30 million lines of logs, to be written, just to bring up the peer. At 80 characters per line, would be 2.3 GB data to disk.<br><br>This could cause serious load on a system with a modest HDD.<br><br>It's also possible that each line causes a logging process which takes CPU time--do it 30 million times and the CPU time needed becomes large.<br><br></div>What kind of CPU or disk do you have?  Can you share?<br><br></div>Maybe the solution is to buy more CPU and disk performance.<br><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 8, 2015 at 5:18 AM, Simone Morandini <span dir="ltr"><<a href="mailto:simone.morandini@mix-it.net" target="_blank">simone.morandini@mix-it.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello list,<br>
<br>
we are running BIRD on our IXP peering platform with no problems since quite a while now.<br>
We need to activate a new peer which is expected to announce a considerable amount of prefixes (~100k), and the first try resulted in having nearly 100% cpu load, ~60-70% for BIRD and the remaining for syslog. The machine was hardly manageable, so after a few minutes we had to disable the peer and restart the deamon.<br>
<br>
The current settings actually make BIRD log everything:<br>
log "/var/log/bird.log" all;<br>
log syslog all;<br>
<br>
so I guess we could start by modifying it: any advice on this?<br>
Would you suggest something more, in order to avoid having again a high cpu load?<br>
<br>
Thanks in advance,<br>
Simone.<br>
</blockquote></div><br><br clear="all"><br>-- <br><div>     Jonathan</div>
</div></div></div></div>