*sourceforge.net/project/showfiles.php?group_id=146520.
Go to the above link and download, Extract to any location.. go into the folder
1. Open the "dataone.pl" script in any editor of your choice.
2. Edit the username and password lines as shown below. Put your username and password in place of $username$ and $password$.After you're done, the lines should be something like: (double-quotes are necessary)
$username = "johnsmith";
$password = "banjoh123";
3. If your network usage is free at certain times, include those times in the line starting with @free_times. Supposing
usage is free from 2AM to 8AM, the @free_times line should be changed to:
@free_times = ("02:00:00","08:00:00");
In the script, an appropriately commented line is provided. Remove the "#" at the beginning of the line to use it.
4. Leave @free_times at it's default setting to disable free usage calculation.
@free_times = ();
5. If your monthly maximum usage is not 1GB (1024MB), then, change it in the line starting with $monthly_quota.
6. Save the file. On the prompt, type this:
perl dataone.pl
And you will get the usage!
Everything Including the above Steps is given along with the file.
