
Main Display
The purpose for this program was to simply log the amount of internet traffic being sent and received. The program will display the amount of traffic that has passed since your current connection was established and add the amount of traffic onto the all time total.
To ensure the amount of traffic passing through your connection is logged, this program will load when Windows starts. You can prevent this by deleting the shortcut placed in your Startup folder on your Start Menu.
The counters can be reset by right clicking on the icon placed in the system tray.
This program was created with Visual Basic 2008 and required the Microsoft .NET framework 3.5 which can be downloaded here. The setup will prompt you if you do not have this installed and will also launch a link to download the prerequisites from the internet.
Download
Windows Setup: Download – Windows Installer
Version History
1.1.3352 Build: 27385 – 06 Mar 2009
- BugFix – Ballon message now appears when sent to tray.
- Feature – Now shows the current transfer rates as part of the current session stats.
- Feature – System tray icon will now show the current transfer rates when mouse is placed over.
- Graphics and program icon changed.
1.1.3347 Build: 3216 – 01 Mar 2009
- BugFix – Restoring from sleep produced incorrect bandwidth statistics.
- BugFix – On forced close (windows shutdown/logoff) settings/values were not saved.
- Feature – Compact view – Reduces window size to display only all time recorded stats.
- Feature – Ability to set the form opacity.
- Graphics changed for sent/received
- Updated – Select connection.
1.1.3329.34004 – 11 Feb 2009
- Update – Counting since method changed.
- Update – Check update feature.
- Update – Select connection (connections became duplicated)
- BugFix – Error caused when saved values are called.
1.0.0.4 – 19 Apr 2008
- Program icon changed.
- Various spelling mistakes corrected.
- Changed system tray title to Bandwidth Monitor.
- Corrected – Show did not show dialog.
- KB/MB/GB now include two decimal spaces. E.g 10MB will now show as 10.00MB.
- Added Keep on top.
- Ballon message when minimizing to tray will show once only each time program has run.
- Program window location will be retained each time the program loads.
- Import and Export program statistics to an XML file, can be used to backup stats when upgrading or switching computers..
- Ability to check for an update from the program.
- When clicked Show from tray menu – Window will now get focus.
1.0.0.1 – 12 April 2008
- Program Created