<div>Hello,</div>
<div> </div>
<div>We are using in production Varnish 2.1.2 in Solaris 10 machine.</div>
<div> </div>
<div>To dump logs we are using "varnishncsa" and "rotatelogs" program from our Apache Web server instalation:</div>
<div> </div>
<div><strong>varnishncsa -P ${HOME}/varnish/conf/varnishncsa.pid |${HOME}/srv_httpd/bin/rotatelogs -l ${HOME}/varnish/logs/acc_%Y%m%d_%H%M%S.log 3600</strong></div>
<div> </div>
<div>varnishncsa is started at same time that varnishd as Solaris service.</div>
<div> </div>
<div>We rotate logs once every hour (we have a lot of requests) outside we have a machine with Apache+Awstat with a crontab script that retrieves logs with SFTP.</div>
<div><br><br> </div>
<div class="gmail_quote">2010/7/27 Rob Szarka <span dir="ltr"><<a href="mailto:szlists@szarka.org">szlists@szarka.org</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Hi, folks! I'm new to Varnish, but already loving it. :) Having decided to deploy it for real, I need to get logging set up properly. My aim is to get the data from my Varnish servers back to my stats server in Apache common log format so I can crunch the data there.<br>
<br>1. Does anyone have example scripts to share?<br><br>2. I am assuming that taking periodic dumps of new entries from the memory log just isn't feasible, and thus running either varnishlog or varnishncsa as a daemon is the way to go, right?<br>
<br>3. If I'm going to write logs to disk on the varnish server before transferring them off to my stats server, will it make a significant difference whether I use varnishncsa directly vs. using varnishlog and then translating the logs with varnishncsa once they get to my stats server?<br>
<br>4. I assume that I need to start the varnishlog or varnishncsa daemon after I start varnishd. Is that why the -d switch is there? To catch any entries that sneak in between startup of the two processes?<br><br>Thanks for your help,<br>
Rob<br><br><br>_______________________________________________<br>varnish-misc mailing list<br><a href="mailto:varnish-misc@varnish-cache.org" target="_blank">varnish-misc@varnish-cache.org</a><br><a href="http://lists.varnish-cache.org/mailman/listinfo/varnish-misc" target="_blank">http://lists.varnish-cache.org/mailman/listinfo/varnish-misc</a><br>
</blockquote></div><br>