I highly doubt that the UDP is being dropped on the &quot;network&quot; (quoted since it&#39;s all in a VM), but you can always check by running iptraf on the receiving interfaces to get a ballpark figure of how many UDP packets are coming in on 514.  To find out if Syslog-NG is the bottleneck, try a test config that is as simple as possible, e.g. configure with just one source and one file destination and see what the stats do then.  If possible, you could also try sending all of the logs to a stock syslogd daemon (see a previous thread about this) which is faster for simple file writing operations.  The truth may be that a VM is not a good environment for high-performance log collection, and that turning all those VM&#39;s into one physical might outperform your VM cluster.  Please keep me posted--I&#39;m interested in how this plays out.<br>
<br>--Martin<br><br><div class="gmail_quote">On Wed, Jun 17, 2009 at 11:26 AM, Aaron Robel <span dir="ltr">&lt;<a href="mailto:megawott@gmail.com">megawott@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>You make a good point. I initially thought the same thing and did some checking on the bandwidth usage and we aren&#39;t saturating any of the links or even getting close.  I also didn&#39;t see any errors or drops on the interfaces.  The big question for me is how does this all play out in the virtualized environment could I be running into a limitation there, rhetorical question.  All of these hosts live physically on the same piece of hardware and on the same vlan.   I&#39;ll keep poking around in that arena to see if anything turns up. Maybe play with tcp to the archive host, I just worry about performance implications.</div>


<div> </div>
<div>Do you see anything else in my options config that looks amiss?</div>
<div> </div>
<div>Thanks for the suggestion Joe.<br></div>
<div>Hardware stats:</div>
<div>relays:</div>
<div>2 3gig procs</div>
<div>4 gig mem</div>
<div>1 TB disk</div>
<div> </div>
<div>archive</div>
<div>4 3 gig procs</div>
<div>6 gig mem</div>
<div>5.5 TB disk</div>
<div> </div>
<div>Network bandwidth stats:</div>
<div>relay 01:  in-850KBps out-300KBps (I&#39;m assuming the descrepancy here is due to the fifo and flush settings.)</div>
<div>relay 02:  in-60KBps out-55KBps</div>
<div>relay 03:  in-nill out-nill</div>
<div> </div>
<div>Archive:</div>
<div>network utilization: 600KBps<br></div>
<div class="gmail_quote"><div><div></div><div class="h5">On Wed, Jun 17, 2009 at 8:58 AM, Fegan, Joe <span dir="ltr">&lt;<a href="mailto:Joe.Fegan@hp.com" target="_blank">Joe.Fegan@hp.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
<div>
<div dir="ltr" align="left"><span><font color="#0000ff" size="2" face="Arial">Knee jerk reaction: are you using udp? You probably know that udp is a connection-less, fire-and-forget protocol so if the packet gets lost neither the sender nor the intended recipent will know (or care).</font></span></div>

<br>
<div dir="ltr" align="left" lang="en-us">
<hr>
<font size="2" face="Tahoma"><b>From:</b> <a href="mailto:syslog-ng-bounces@lists.balabit.hu" target="_blank">syslog-ng-bounces@lists.balabit.hu</a> [mailto:<a href="mailto:syslog-ng-bounces@lists.balabit.hu" target="_blank">syslog-ng-bounces@lists.balabit.hu</a>] <b>On Behalf Of </b>Aaron Robel<br>

<b>Sent:</b> 17 June 2009 16:20<br><b>To:</b> <a href="mailto:syslog-ng@lists.balabit.hu" target="_blank">syslog-ng@lists.balabit.hu</a><br><b>Subject:</b> [syslog-ng] Syslog-ng 3.0.2 statistics<br></font><br></div>
<div>
<div></div>
<div>
<div></div>
<div>Hello,</div>
<div> </div>
<div>My apologies in advance, this is my first posting and I&#39;m quite the rook&#39; when it comes to Linux and Syslog-ng. I keep wondering why this is my project.</div>
<div> </div>
<div>I have a 4 server syslog deployment with 3 front end &quot;relay&quot; boxes and 1 backend archive box all within a virtualized SLES environment.</div>
<div> </div>
<div>Recently I noticed that the relay&#39;s together are averaging about 2500 messages per second (mps).   The majority of the messages are coming from a single relay, about 2000 mps. Yet the archive box is only averaging about 400 mps.</div>


<div> </div>
<div>Since we are running 3.0.2 I decided to turn up the stats_level to (1).  I don&#39;t see any drops to the about 150 file destinations that I&#39;ve built.</div>
<div> </div>
<div>What does stamp, processed, stored, etc.. mean?  I couldn&#39;t find any detailed documentation about the different statistics. </div>
<div> </div>
<div>Why am I getting such a large discrepency between &quot;stamp&quot; and &quot;processed&quot; in the log stats?</div>
<div> </div>
<div>Finally, since I&#39;m sending the email does anyone see an issue with the way I&#39;ve got the flow control set up in the global options?</div>
<div> </div>
<div>Here are my stats in question off my archive box:</div>
<div>processed=&#39;src.udp(s_network#0)=22020892&#39;, <br>stamp=&#39;src.udp(s_network#0)=1245249328&#39;</div>
<div> </div>
<div>Here&#39;s the global&#39;s off the archive box:</div>
<div>options {<br>        time_sleep(10);<br>        log_fetch_limit(250);<br>        log_fifo_size(2000);<br>        use_dns(no);<br>        keep_timestamp(yes);<br>        dns_cache(no);<br>        long_hostnames(off);<br>

        flush_lines(2000);<br>        flush_timeout(200);<br>        perm(0644);<br>        stats_freq(1800);<br>        stats_level(1);<br>        time_reopen(10);<br>        create_dirs(yes);<br>        dir_perm(755);<br>

};<br clear="all"></div>
<div></div>
<div>Thanks!</div>
<div> </div></div></div></div><br></div></div>______________________________________________________________________________<br>Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>

Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>

<br><br></blockquote></div><br><br clear="all">
<div></div><br>-- <br><font color="#888888">Aaron Robel<br>
</font><br>______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
<br>
<br></blockquote></div><br>