Open pyrovski opened 9 years ago
How do I figure out how much of my internet use is through ipv6?
if wrtbwmon doesn't have ipv6 support, which tool/program does? Thank you!
For real-time measurements, you can try iftop. There are other bandwidth monitors available for long-term measurements, such as bandwidthd.
On Aug 21, 2017 2:01 PM, "hub2git" notifications@github.com wrote:
if wrtbwmon doesn't have ipv6 support, which tool/program does? Thank you!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pyrovski/wrtbwmon/issues/8#issuecomment-323851907, or mute the thread https://github.com/notifications/unsubscribe-auth/AASzeZwhng_tDyayPwVfGC02YpnUaQg7ks5safAMgaJpZM4GD_Gt .
@pyrovski, thanks for your reply. Actually, I don't need real-time info.
Pull request: https://github.com/pyrovski/wrtbwmon/pull/27/commits
Experimental release: https://github.com/pyrovski/wrtbwmon/releases/tag/0.37_ipv6.
@pyrovski consider that your awk script will not work with busybox ip -f inet6 neigh show since the output of this command is different from standard linux. so the ndp_state = $12 instead of ndp_state = $6 is the solution. everything else works
There is no ipv6 support.