Hi:
I´m currently developing a Java app that needs to show the network interfaces of a system and getting some stats. The problem is the following:
When I use SIgar class method getNetInterfaceList() I get a list of network interfaces that doesnt matches with the one obtained using ipconfig /all on Windows XP. The main problem is that the API doesnt seem to be able to get special interfaces such as modems or dsl usb modems.
Anybody knows how to fix this problem?
Thanks
I´m currently developing a Java app that needs to show the network interfaces of a system and getting some stats. The problem is the following:
When I use SIgar class method getNetInterfaceList() I get a list of network interfaces that doesnt matches with the one obtained using ipconfig /all on Windows XP. The main problem is that the API doesnt seem to be able to get special interfaces such as modems or dsl usb modems.
Anybody knows how to fix this problem?
Thanks