node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

Add TCPRcvQDrop to default netstat metrics

Open rfmoz opened this issue 1 year ago • 1 comments

TCPRcvQDrop is a useful variable that counts the number of packets dropped due to either system-wide or per-socket memory pressure.

Their report on the default output could help to detect issues on the network stack.

More details about a real use case: https://blog.cloudflare.com/when-the-window-is-not-fully-open-your-tcp-stack-is-doing-more-than-you-think/

It would be nice to have it on the default output.

Thanks,

rfmoz avatar May 22 '24 16:05 rfmoz

This needs a DCO sign-off. You can use git commit -s --amend to add it.

SuperQ avatar May 22 '24 16:05 SuperQ