I am creating a usage stats web-page that will show current online users and have a historical graph of users at a given time/date.
Is there a function in freeradius to easily grab the number of current connected users I can then dump into a database for my webpage to use in the usage chart?
The only solution I have found is reading the acct table with a cron-job every 15 minutes, I'm hoping there is a better solution I haven't found yet.