<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
Le mardi 15 septembre 2009 à 00:13 +0200, Alan DeKok a écrit :
<BLOCKQUOTE TYPE=CITE>
<PRE>
Alexandre Chapellon wrote:
>>   How long do database writes take?
> insert in acccouting db takes ~ 10ms
> delete from accouting db takes ~ 25ms

  So it can handle roughly 40-100 packets per second, depending on the
traffic.
</PRE>
</BLOCKQUOTE>
<BR>
with a single freeradius process isn't it?<BR>
I just notice something strange... I have start_servers set to 5  but when starting freeradius ps only report one freeradius proccess... is it something normal?<BR>
<BR>
regards
<BLOCKQUOTE TYPE=CITE>
<PRE>

> For the authtentication database I have about 10 authentication
> queries/s but regularly reaches 30/s when problems on BAS or DSLAM
> outcome (max value since last year is ~80/s).

  I'd say you're running pretty close to the border of what is stable.
You're OK for normal traffic, but large spikes might cause problems
(delays in writes, etc.)

  If you're planning on growing the number of users you have, I'd take a
look at upgrading the DB.

>>   Generally, you should have as many SQL sockets as threads.
> Thread like in start_servers and max_servers in radiusd.conf?

  Yes.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See <A HREF="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>