User bandwidth usage monitoring

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
adev
OpenVpn Newbie
Posts: 2
Joined: Mon May 24, 2021 8:03 am

User bandwidth usage monitoring

Post by adev » Mon May 24, 2021 8:06 am

Hi
how can check user bandwidth usage from first connection until now ?
or how can get list of user usage bandwidth

is it possible ?

chilinux
OpenVPN Power User
Posts: 156
Joined: Thu Mar 28, 2013 8:31 am

Re: User bandwidth usage monitoring

Post by chilinux » Wed May 26, 2021 4:59 pm

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.

Post Reply