Hi,
 
I have learned freeradius for a couple of days. I got the usage SQL query. Does anyone have a look and see if it is correct? I am really appreciated for your time.
 
Select AcctStartTime, AcctStopTime, AcctSessionTime, AcctInputOctets, AcctOutputOctets from radacct where UserName='username1'
 
Then sum caculate AccInputOctets and AccOutputOctets for both download and upload.
 
Regards,
 
Raymond

Reply via email to