Hi
does any body know how to know , how many GB the user consume
I want to know each user can use how many GB or MB /day or even per month
any idea ?
thanks
user download usage
-
- Posts: 336
- Joined: Sat Aug 15, 2015 7:41 pm
Re: user download usage
If the session is established, you can see how much data have been consumed
When the session is closed, this information is gone (as far as I know).
If you call the user/group information, you will also see the total data consumed by that user/group
But there's no possibility to show the data consumed in one month.
I had a similar problem, and I wrote a program in nodejs that fetches this info regularly and saves it into the database. Here's a nodejs cli for SoftEther that fetches this information.
https://www.npmjs.com/package/softether
But you have to write the program to save this info into a DB
When the session is closed, this information is gone (as far as I know).
If you call the user/group information, you will also see the total data consumed by that user/group
But there's no possibility to show the data consumed in one month.
I had a similar problem, and I wrote a program in nodejs that fetches this info regularly and saves it into the database. Here's a nodejs cli for SoftEther that fetches this information.
https://www.npmjs.com/package/softether
But you have to write the program to save this info into a DB