<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>----- Original message -----
<br>&gt; Hi,
<br>&gt; 
<br>&gt; I wanted to know if syslog-ng developers has some tools like mysqltuner
<br>&gt; or just a shell scripts to check syslog-ng configuration and get some
<br>&gt; recommendations on tuning?
<br>&gt; 
<br>&gt; There is a lot of information about all the buffers/window sizes, etc.
<br>&gt; and it's very complicated to set the proper values if I have a bunch of
<br>&gt; different sources/destinations.
<br>&gt; 
<br>&gt; For example if I'm using flow-control+multiple destinations it can stop
<br>&gt; reading the source at any time and I have no idea when and why it's
<br>&gt; happening and which value should I tune.
<br>
<br>I agree that it's too complicated, and I also pondered with the idea to automatically configure those, however I didn't have enough time to pursue it myself. (hint, I'd love a patch in this area!)
<br>
<br>In general, performance wise you want to increase stuff (log-fetch-limit, log-iw-size, flush-lines for file destinations), memory-use and reliability wise you want to decrease them.
<br>
<br>Also, you have to make sure that sum(log-iw-size) &lt; log-fifo-size.<br></p>
</body>
</html>