26 Jun
2017
26 Jun
'17
8:25 a.m.
On Jun 26, 2017, at 8:01 AM, Aleš Rygl <ales@rygl.net> wrote:
# echo "stats client acct" | radmin -d /etc/freeradius_04/ radmin> stats client acct requests 159032334 responses 159030646 dup 21 ... dropped 21
Is there a way how to indetify the reason why are some req. dropped? I.e. logging such requestest? LB there is no lack of CPU or memory on the server, no drops in the UDP stack..
See the "dup" field. The NAS is sending duplicate Accounting-Request packets while the server is still processing the old one. So, the new one is dropped. This is usually because the RADIUS server is slow to respond to a particular request. i.e. transient load spikes, etc. Alan DeKok.