Hi guys,
In order to monitor download volumes, I have create a windows script (batch file) which exports he registry settings for a supplied list of users and then extracts the received byte counts. It writes this to a CSV file which can be imported to excel and a chart plotted. The idea is that at a scheduled time when the users are supposed to be in bed, I will run this srcipt on the scheduler and then reset the user accounts back to zero for the next day.
I'm struggling to understand the difference between two figures namely, "bytes sent to client" and "bytes received for client" which reflects the actual volume downloaded from the internet?
Or is this a sledge hammer and is there an easier way of doing this?
Many thanks in advance
Neil