wrtbwmon icon indicating copy to clipboard operation
wrtbwmon copied to clipboard

ipv6 is not supported

Open pyrovski opened this issue 10 years ago • 7 comments
trafficstars

There is no ipv6 support.

pyrovski avatar Sep 25 '15 17:09 pyrovski

How do I figure out how much of my internet use is through ipv6?

hub2git avatar Aug 21 '17 21:08 hub2git

if wrtbwmon doesn't have ipv6 support, which tool/program does? Thank you!

hub2git avatar Aug 21 '17 21:08 hub2git

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" [email protected] 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 avatar Aug 22 '17 01:08 pyrovski

@pyrovski, thanks for your reply. Actually, I don't need real-time info.

hub2git avatar Aug 22 '17 02:08 hub2git

Pull request: https://github.com/pyrovski/wrtbwmon/pull/27/commits

pyrovski avatar Apr 13 '20 17:04 pyrovski

Experimental release: https://github.com/pyrovski/wrtbwmon/releases/tag/0.37_ipv6.

pyrovski avatar May 17 '20 04:05 pyrovski

@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

BrainSlayer avatar Dec 24 '20 06:12 BrainSlayer