Skip to content

Use Netlink to Fetch TCP states #1061

@kustodian

Description

@kustodian

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions