How can I Check upload and download data capacities using Java Code? (in internet or local area network)
Asked
Active
Viewed 1,557 times
2
-
Do you mean the connection speed? – AlexR Oct 22 '14 at 11:47
-
no. I need check usage in network. Upload and download usages. – vdeshan Oct 26 '14 at 05:06
2 Answers
0
If you are looking for usage statistics, you could use a packet capture library (such as Pcap4J or Jpcap) to formulate your own. I prefer Pcap4J because it has more examples and documentation, and it is more up-to-date.

Cardinal System
- 2,749
- 3
- 21
- 42