Reply to comment

Richard's picture
Member since:
28 May 2008
Last activity:
23 hours 11 min

The users usage and other statistics are stored in the "freeradius database", its stored in table "radacct".
Try to use this "sql query"

select acctstarttime,acctstoptime,acctsessiontime,acctinputoctets,acctoutputoctets from radacct where username = 'username';

or you can create php script to display your users usage.

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may quote other posts using [quote] tags.

More information about formatting options