Sorry I wasn't more clear.<div>I am not using 1.x but most of the documentation refers to how things were done in 1.x and because of this means nothing to me.</div><div>I am not using syslog.</div><div>Accounting packets are being written to disk using the detail function.</div>
<div>Then I am shipping them off to the other radius by setting the listen object on the detail file.</div><div>Even with load_factor set to 100 the speed at which the detail is read is very slow.</div><div>There are some notes in the copy-acct-to-home-server example that talk about automatic throttling of the reads depending on the backend. This is what led me to question latency.</div>
<div><br></div><div>Is there any way to speed up the reading and shipping of acct records to another FR instance?</div><div><br></div><div>Thanks again.</div><div><br></div><div>TR<br><div><br><div class="gmail_quote">On Fri, Mar 6, 2009 at 2:39 AM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">TR Missner wrote:<br>
> I am a new user of freeradius ( no experience with the 1.x version at all ).<br>
<br>
</div>  Don't use 1.x.  Use the latest version.<br>
<div class="im"><br>
> I am in the process of setting up radius for accounting of voip records.<br>
> Due to the nature of my system blocking must be avoided at all costs.<br>
> With this in mind I have configure FR to write accounting records<br>
> locally to a file then I have the records proxied to a remote freeradius<br>
> instance where the  records are written to a database.<br>
> My question revolves around best practices and speed.<br>
> Reading and shipping the records off box is very slow ( somewhere around<br>
> 5 - 10 records per second ).<br>
<br>
</div>  You've configured the server to use syslog.  Don't.  Syslog on some<br>
systems is limited to 5-10 log entries per second.  This is because it<br>
syncs the logs to disk after each line of text.<br>
<div class="im"><br>
> I believe this may be caused by the latency between the proxy and the<br>
> master which is around 150ms.<br>
<br>
</div>  No.<br>
<div class="im"><br>
> Of course I could just insert the records in the DB across the WAN but<br>
> am not sure whether this would be any faster.<br>
> I'm convinced latency is the issue because even when I turn off the<br>
> databasing of records on the master and only write to flat files the<br>
> speed remains in the same range.<br>
<br>
</div>  syslog.<br>
<font color="#888888"><br>
  Alan DeKok.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</font></blockquote></div><br></div></div>