<span style="font-family:arial,sans-serif;font-size:13px">&gt; this seems to be a bug in the sql destination. 1000 seems to be the window size for your source, the queue becomes filled, but then the sql destination doesn&#39;t flush messages. </span><br style="font-family:arial,sans-serif;font-size:13px">

<span style="font-family:arial,sans-serif;font-size:13px">&gt; or does it?</span><span style="font-family:arial,sans-serif;font-size:13px"> </span><br>Looks like it doesn&#39;t write anything after filling up to 1000. I spent a few hours on waiting for it to be flushed but got no results.<div>

log_iw_size for my source should be 20000:</div><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:12px;line-height:1.4em;font-family:&#39;Bitstream Vera Sans Mono&#39;,Courier,monospace;color:rgb(0,0,0)">

<div class="" id="LC31" style="margin:0px;padding:0px 0px 0px 1em;line-height:1.4em">    syslog(ip(0.0.0.0) transport(&quot;tcp&quot;) port(5141) max-connections(200) log_iw_size(20000) flags(&quot;threaded&quot;) log_fetch_limit(100));</div>

</pre><br><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">&gt; it might also happen that it&#39;s slow. syslog-ng maxes out the queue, then stops until messages are emptied. once there are free slots it starts again: fills it up, stalls.</span><br>

</div><div class="gmail_extra">Looks like it never gets any free slots in my configuration since I don&#39;t see any logging after the queue is maxed out for a few hours.</div><div class="gmail_extra"><br></div><div class="gmail_extra">

Could you give me any recommendations? Looks like log_iw_size just doesn&#39;t work for my source and I have no idea how to fix it.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks</div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Wed, Nov 7, 2012 at 9:38 AM, Balazs Scheidler <span dir="ltr">&lt;<a href="mailto:bazsi77@gmail.com" target="_blank">bazsi77@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<u></u>

    
    
    
<div>
<p></p><div class="im">----- Original message -----
<br>&gt; &gt; &gt; &gt; If flow-control is in use and one of the destinations cannot accept
<br>&gt; the
<br>&gt; &gt; &gt; messages, the other destinations do not receive any messages either,
<br>&gt; &gt; &gt; because syslog-ng stops reading the source.
<br>
<br></div>I misunderstood what you wrote here. The docs is correct. For a single source, throttling the source side means that neither destinations receive messages.
<br><div class="im">
<br>&gt; 
<br>&gt; &gt; this is not true. syslog-ng stops sources individually when their
<br>&gt; &gt; window
<br>&gt; is full.
<br>&gt; 
<br>&gt; But it&#39;s a quote from
<br>&gt; <a href="http://www.balabit.com/sites/default/files/documents/syslog-ng-ose-3.3-guides/syslog-ng-ose-v3.3-guide-admin-en.html/index.html-single.html#id555527" target="_blank">http://www.balabit.com/sites/default/files/documents/syslog-ng-ose-3.3-guides/syslog-ng-ose-v3.3-guide-admin-en.html/index.html-single.html#id555527</a>
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; On Mon, Nov 5, 2012 at 9:34 AM, Balazs Scheidler &lt;<a href="mailto:bazsi77@gmail.com" target="_blank">bazsi77@gmail.com</a>&gt;
<br>&gt; wrote:
<br>&gt; 
<br></div>&gt; &gt; **
<br><div><div class="h5">&gt; &gt; 
<br>&gt; &gt; ----- Original message -----
<br>&gt; &gt; &gt; Thanks for your reply
<br>&gt; &gt; &gt; How can I understand when it&#39;s enough to increase things? Is there
<br>&gt; &gt; &gt; any manual way to get current values of each buffer, etc?
<br>&gt; &gt; 
<br>&gt; &gt; well, I tend to use loggen for performance tests, also you can query
<br>&gt; &gt; syslog-ng internal statistics using &#39;syslog-ng-ctl stats&#39;
<br>&gt; &gt; 
<br>&gt; &gt; &gt; Also since I&#39;m logging a lot of things I&#39;d love to know if there are
<br>&gt; &gt; some
<br>&gt; &gt; &gt; other ways to lose messages without seeing them in &quot;dropped&quot;?
<br>&gt; &gt; 
<br>&gt; &gt; syslog-ng counts everything it dropped using the dropped counters for
<br>&gt; &gt; destinations (which is a log-fifo overflow btw)
<br>&gt; &gt; 
<br>&gt; &gt; messages can be lost outside syslog-ng because of transport reasons:
<br>&gt; &gt; * udp shouldn&#39;t be used for anything serious.
<br>&gt; &gt; * connection breaks can cause message loss
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; &gt; In general, performance wise you want to increase stuff
<br>&gt; &gt; &gt; &gt; (log-fetch-limit,
<br>&gt; &gt; &gt; log-iw-size, flush-lines for file destinations), memory-use and
<br>&gt; &gt; &gt; reliability wise you want to decrease them.
<br>&gt; &gt; &gt; &gt; Also, you have to make sure that sum(log-iw-size) &lt; log-fifo-size.
<br>&gt; &gt; &gt; So you propose just randomly tune those params? I just don&#39;t
<br>&gt; &gt; &gt; understand how should I get check if it helped.
<br>&gt; &gt; 
<br>&gt; &gt; no :) random tuning would be slow to converge to the ideal values.
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; I need to see the current state of
<br>&gt; &gt; &gt; each buffer(to be able to get some statistics data) to see if it
<br>&gt; &gt; &gt; helps.
<br>&gt; &gt; 
<br>&gt; &gt; syslog-ng-ctl stats displays the current values of statistics as a csv
<br>&gt; &gt; file.
<br>&gt; &gt; 
<br>&gt; &gt; also you can ask syslog-ng to measure more stats by increasing
<br>&gt; &gt; stats-level (at the cost of some performance)
<br>&gt; &gt; 
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; And one more specific question:
<br>&gt; &gt; &gt; &gt; If flow-control is in use and one of the destinations cannot accept
<br>&gt; &gt; the
<br>&gt; &gt; &gt; messages, the other destinations do not receive any messages either,
<br>&gt; &gt; &gt; because syslog-ng stops reading the source.
<br>&gt; &gt; 
<br>&gt; &gt; this is not true. syslog-ng stops sources individually when their
<br>&gt; &gt; window is full.
<br>&gt; &gt; 
<br>&gt; &gt; &gt; Why there is no messages about it in syslog-ng logs? It must be
<br>&gt; &gt; &gt; error, don&#39;t you think so?
<br>&gt; &gt; &gt; And what if I don&#39;t have flow-control enabled?
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; -- 
<br>&gt; Best regards,
<br>&gt; Koldaev Anton
<br><br></div></div><p></p>
</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards,<br>Koldaev Anton<br>
</div>