How to find data usage of a user on my website?
- by Dharmik
I have a website (project) where users get logged in, do their work and then they log out.
I need to build a report that displays how much each person has used of data. (bandwidth, how much was downloaded in Kb, etc)
So the process may be like counting start of usage from user login to user logout.
I have seen a little about Webalizer and…