On Jun 21, 2024, at 6:50 AM, dominic.stalder@unibe.ch wrote:
I read about the server statistics (https://freeradius.org/documentation/freeradius-server/3.2.4/howto/monitorin...) but still don’t get it a 100%. I use this information as a reference:
That is the canonical source for documentation. We've spent a fair bit of time updating that site to be current and correct. It's good to see that it's helpful. That being said, the statistics aren't always perfect. I took a quick look, and there were cases where the stats weren't updated. I've pushed a change which should help.
1. The total numbers are an incremented total since “FreeRADIUS-Stats-Start-Time”, is that correct?
Yes.
2. Based on which additional value could I calculate the percentage of successful RADIUS “tries” (“FreeRADIUS-Total-Access-Accepts” and ???)? a) There is a massive difference between “FreeRADIUS-Total-Access-Accepts” and “FreeRADIUS-Total-Access-Requests” or “FreeRADIUS-Total-Auth-Responses” and why is that?
Issues. See above.
b) somehow the values for “FreeRADIUS-Total-Access-Accepts” and “FreeRADIUS-Total-Access-Rejects” should somehow correlate with any of the other total values; or I am completely wrong about this?
The numbers for requests and responses should be the same.
3. Concerning the Proxy-statistics: a) Why are the values for FreeRADIUS-Total-Proxy-Access-Accepts and FreeRADIUS-Total-Proxy-Access-Rejects always = 0?
Hmm... I'm not sure. I'll take a look. Alan DeKok.