"Roberto Pioli" <[EMAIL PROTECTED]> wrote: > time /usr/local/freeradius/bin/radclient -q -s -f rad.test x.x.x.x auth > testing > > Total approved auths: 55 > Total denied auths: 6 > > real 0m14.453s
The client is doing a LOT of work unrelated to sending RADIUS requests. That's probably where most of the time is being spent. And you're only sending from one client, so the server is probably idle. You DID look at what the server was doing during this test, didn't you? CPU usage, memory, etc. All of those will give you more information than we can. > Is's normal ?I supposed that the performance must be better?What do you > think? I think you're wasting your time, looking at the wrong things. > I try to increase the sql connection socket number and other parametre , but > nothing change. Did you try running the server in debugging mode, to see *where* it's spending it's time? Odds are you haven't indexed your SQL databases. So you're getting upset at FreeRADIUS because it depends on SQL, which you misconfigured. Read the testimonials page, and the list archives. Other people have no problem getting 100's to 1000's of requests per second from the server. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
