Use netstat to show IPv4 versus IPv6 traffic
http://ipv6-or-no-ipv6.blogspot.ca/2013/06/use-netstat-to-show-ipv4-versus-ipv6.html If you wonder how much IPv6 versus IPv4 traffic your system does, there is an nice estimation: use “netstat -s” to show the amount of inbound packets. Packets is not the same as bytes, but assuming the IPv4 packets have the same mean size as IPv6 packets, you’re fine. The exact commands are: netstat … Read more