Slow request response for auth/acct

Alan DeKok aland at deployingradius.com
Sat Jul 16 15:48:11 CEST 2016


On Jul 16, 2016, at 9:15 AM, Marco Marino <marino.mrc at gmail.com> wrote:
> 
> Sorry.... Is there something that I can do for better performance?

  FreeRADIUS (even version 2) can easily do 20K packets/s on normal hardware.  If you're having trouble with 10 packets/s, the problem is not FreeRADIUS.

  Fix the database so it isn't slow.  Be sure that *all* SQL queries have indexes.  Be sure that the accounting tables don't have millions of rows.

  And as always, the default config works.  If you install v2 and the v2 SQL schemas, you'll easily be able to get 200 packets/s, even to SQL.

  So... what changed in your system?  What part of it is *not* using the default config?

  Alan DeKok.




More information about the Freeradius-Users mailing list