| Author |
How to monitor network traffic (uploads and downloads)
|
Sayantan Auddy
Ranch Hand
Joined: Dec 18, 2008
Posts: 35
|
|
|
How is it possible to monitor the volume of uploads and downloads occuring over the various network interfaces in a computer?
|
Sayantan Auddy,SCJP 5.0
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8264
|
|
Sure. If you are using an open operating system like Linux, you can find out a great deal of information via the /proc filesystem, including the status of network devices and traffic figures.
If you are using a closed operating system like Windows, well, I guess there's always the Windows API and JNI.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: How to monitor network traffic (uploads and downloads)
|
|
|