Monitoring or Logs for Bandwidth Usage Per User

Is there even such a thing? I know we have one on server level, but I need it per user level. Is there some resources or examples I could read if I would like to make a PR for this or is there any other consideration for not including this feature? Thank you.

Pritunl doesn’t log bandwidth usage.

Is it planned to add this feature? We have an enterprise license, and this feature is essential to understand and monitor whether a user is consuming bandwidth excessively.

This data is sent to InfluxDB if that is configured.

The handler user_bandwidth has been added to also send this data to the plugin system. This is called every 15 seconds with the users bandwidth for that period. The rate can be adjusted with sudo pritunl set vpn.bandwidth_update_rate 15. The new plugin handler won’t be available until the next release.