vote up 0 vote down star

I want to know the exact amount of data which is getting transferred through a particular network interface for logging purpose, is there any standard library or api call from which I can do this in a cross platfrom way?

flag

2 Answers

vote up 0 vote down check

SNMP4J will let you read the interface mib of any SNMP-compliant device. Linux and OSX (probably) have an SNMP daemon already running; Windows has an SNMP service that you can install though Programs and Features in Control Panel.

link|flag
vote up 1 vote down

This seems to do what you'd like. At least, I think it will point you in the right direction: http://jnetpcap.com/

edit: While not strictly cross-platform, libpcap has libraries for all major platforms so I wouldn't consider that a show-stopper, but I'm not the one that needs it.

link|flag
Note that this library relies on native code accessed via JNI. There is no cross-platform way to do what you're trying to do. Java might not be the best fit. – Rob H Oct 22 at 16:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.