Page 1 of 1

User bandwidth usage monitoring

Posted: Mon May 24, 2021 8:06 am
by adev
Hi
how can check user bandwidth usage from first connection until now ?
or how can get list of user usage bandwidth

is it possible ?

Re: User bandwidth usage monitoring

Posted: Wed May 26, 2021 4:59 pm
by chilinux
It is possible to get the logs with:

Code: Select all

/usr/local/openvpn_as/scripts/sacli querylog
There are then a number of ways it can then be processed such as with python or perl to combine the log entries into bandwidth per user.

As far as I know, the current version of OpenVPN AS does not combine those into a total for you.