Re: Tracking packet/s in the server
Quoting.... control: variable to the server{} block; that way, if you wanted to, local sites could do this: preacct { if (control:FreeRADIUS-Acct-QueueLoad > 50) { ok } else { .. } } if you have this sort I'd thing exposed you could even then just decide to take the load off your server...either sending the packet to disk or off to another server.. buffered-sql or proxy-to-home... alan
Alan Buxey wrote:
if you have this sort I'd thing exposed you could even then just decide to take the load off your server...either sending the packet to disk or off to another server.. buffered-sql or proxy-to-home...
That works. The only downside is that when the load drops, the detail file reader will be sending "old" packets, at the same time as the server is sending "new" packets to SQL. Alan DeKok.
participants (2)
-
Alan Buxey -
Alan DeKok