Currently tcpstat collector uses /proc/net/tcp and /proc/net/tcp6 to fetch TCP states, which can be (as the documentation states) slow on high traffic hosts. To resolve these performance problems it should use Netlink instead, because Netlink is a few times faster. After this is implemented, tcpstat collector should probably be turned on by default.