Node_Exporter/collector/fixtures/proc/net
frigo 0550ab3f04
Add TCPOFOQueue to default netstat metrics (#2867)
Adds a count for TCP packets received out of orders. This can be an
indication that there is packet loss on the way packets travel towards
this server. In that case, the sender will retransmit (and we can
already monitor the Tcp_RetransSegs there), but we have no way to
monitor the packet loss on the receiver side. When a packet is received
and the receiver detects previous one missing, it will increase the
TCPOFOQueue counter and reply with selective ACK to the sender, both
possible indications of packet loss. Confirmation of packet loss can be
achieved by taking packet captures, ignoring wireshark analysis, and
carefully looking at data being retransmitted based on the TCP seq.

Just like RetransSegs, TCPOFOQueue should be interesting for any
deployment as a mean to detect packet loss, so here suggesting adding it
to the default list.

Signed-off-by: François Rigault <frigo@amadeus.com>
Co-authored-by: François Rigault <frigo@amadeus.com>
2023-12-08 18:24:07 +01:00
..
rpc NFSd: handle new wdeleg_getattr attribute in /proc/net/rpc/nfsd (#2810) 2023-11-14 03:54:11 +01:00
stat Lnstat: expose metrics from /proc/net/stat (#1771) 2021-09-28 10:24:18 +02:00
arp Add device filter flags to arp collector 2021-12-16 15:41:10 +01:00
ip_vs Ipvs firewall mark (#1455) 2019-08-27 14:24:11 +02:00
ip_vs_stats Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
netstat Add TCPOFOQueue to default netstat metrics (#2867) 2023-12-08 18:24:07 +01:00
snmp Adds metrics and tests for UDP receive and send buffer errors (#1534) 2020-02-19 14:41:40 +01:00
snmp6 Adds metrics and tests for UDP receive and send buffer errors (#1534) 2020-02-19 14:41:40 +01:00
sockstat Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
sockstat6 collector: reimplement sockstat collector with procfs (#1552) 2019-11-25 13:41:38 -06:00
softnet_stat Add softnet collector (#1576) 2019-12-30 01:36:10 +01:00
udp Add gauges for allocated memory for queued UDP and TCP packages (#1503) 2020-03-31 10:46:32 +02:00
xfrm_stat Add new collector and metrics for XFRM (#2544) (#2866) 2023-12-03 17:10:59 +01:00