Hi! I wanted to know if has some way to check the response time of Radius when it receives a UDP packet and how to verify if server has a slow communication.
On Oct 11, 2019, at 8:56 AM, Valci Oliveira Arruda Filho <valci@sempreon.mobi> wrote:
I wanted to know if has some way to check the response time of Radius when it receives a UDP packet and how to verify if server has a slow communication.
The easiest way is via "radsniff". It will give you statistics for input / output packets. You can also enable the control socket which is in raddb/sites-available/control-socket. Then, use radmin to get the stats: radmin stats client auth And it will give you packets in / out / dropped, along with elapsed times. But if there's any serious error, the log messages will have messages about blocked modules. Alan DeKok.
hi, tcpdump will show you packets arriving and leaving the server - you can also use eg wireshark with the dump file to see communication (and other external relations/timers such as DB queries and replies.... alan
participants (3)
-
Alan Buxey -
Alan DeKok -
Valci Oliveira Arruda Filho