From: Doug M. <do...@hy...> - 2009-05-21 04:12:18
|
Hi Mazz, Metric collection should work fine w/ IPv6, though I haven't done much testing with it myself: % /sbin/ifconfig sit0 sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) % java -jar sigar.jar ifconfig sit0 sit0 Link encap:Ethernet inet addr:0.0.0.0 Mask:0.0.0.0 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:0 ( 0 ) TX bytes:0 ( 0 ) |