Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Bandwidth Monitoring

I am developing a Network based Client Server Application where "internet time" is allocated to a client on the computer, which then logs in and use it, but I need a way to also monitor the bandwidth the client uses. I am writing in Java, I know it can be done as we are using such program currently(Bought it few years back) but it is outdated and lacking features.

If it might be an easier job to just monitor the usage of let say, IE, Firefox and Chrome?

Now I am looking for any links to tutorials, help, push in the right direction. I am lost to how to start at it. Tried searching the web, I got a few stuff but can't seem to get the code working as they only give in incomplete.

like image 239
Theron084 Avatar asked Oct 10 '22 09:10

Theron084


2 Answers

Here is the link to code which is termed as Internet Bandwidth Monitor. It is simple tool that monitors the uploads and downloads with graph.

like image 101
nebula Avatar answered Oct 11 '22 23:10

nebula


A servlet filter that does band width monitoring and possibly throttling might do nicely.

like image 26
Joop Eggen Avatar answered Oct 12 '22 00:10

Joop Eggen