How to track the internet usage thru java?
I want to track the site visited, how much bytes (uploaded/downloaded).
How to track the internet usage thru java?
I want to track the site visited, how much bytes (uploaded/downloaded).
You need to write a Proxy server in Java and then configure your browser to use it.
I'm almost certain it doesn't handle bytes downloaded, I think I would suggest Google Analytics.
It's very quick to setup, but companies are often cagey about their application usage history being stored on a third party's (e.g. Google) servers.