Thanks Heikki, UDP receive errors are climbing and there are duplicate requests.
Regards, Rohan ----- Original Message ----- From: "Heikki Vatiainen" <[email protected]> To: "radiator" <[email protected]> Sent: Wednesday, July 26, 2017 2:17:34 PM Subject: Re: [RADIATOR] Radiator AAA stats On 21.07.2017 17:59, rohan.henry cwjamaica.com wrote: > How do I confirm or calculate the number of concurrent requests a single > Radiator instance can handle? It's hard to say how to calculate this. It depends on what the instance is configured to do. For example, if it has to proxy requests, you are likely going to be bounded by CPU performance. If there are database lookups, the instance may need to wait DB responses while its CPU utilisation stays low. > How can I view stats to know when the instance is nearing capacity? I'd watch CPU utilisation and UDP receive errors (netstat -u -s). The UDP receive errors increase if the receive buffer fills up and the kernel has to start dropping incoming Radius UDP messages. If Radiator logs that it is receiving duplicate requests, this may indicate that the client is not getting responses as quickly as it needs (or the responses are dropped between Radiator and the client). The duplicates may indicate that there are problems handling the requests in timely manner. Depending on your configuration there can be other indicators too, but the above should give a starting point. Thanks, Heikki -- Heikki Vatiainen <[email protected]> _______________________________________________ radiator mailing list [email protected] http://lists.open.com.au/mailman/listinfo/radiator _______________________________________________ radiator mailing list [email protected] http://lists.open.com.au/mailman/listinfo/radiator
