eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Throughput Widget not working for EMANE or distributed nodes #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The GUI is reading the local host's /proc/net/dev to calculate statistics.

The Throughput Widget doesn't work for EMANE nodes. The TUN/TAP interfaces do 
not appear in the host's /proc/net/dev.

The Throughput Widget doesn't work for nodes emulated on another emulation 
server, because the GUI is only looking in the local file. The CORE API should 
be used to query this information, so statistics from other servers can be 
gathered.

Original issue reported on code.google.com by ahrenh...@gmail.com on 21 May 2012 at 2:52