node_exporter/collector/fixtures
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
..
ethtool ethtool: Prevent duplicate metric names (#2187) 2021-11-15 11:22:36 +01:00
proc Add TCPOFOQueue to default netstat metrics (#2867) 2023-12-08 18:24:07 +01:00
qdisc Add qdisc collector for Linux (#580) 2017-05-23 11:55:50 +02:00
textfile Merge metrics descriptions in textfile collector (#2475) 2022-09-20 12:49:21 +02:00
usr/lib Add os release collector 2021-08-19 14:04:21 +02:00
wifi Update wifi stats to support multiple stations (#977) (#980) 2018-07-16 16:02:25 +02:00
e2e-64k-page-output.txt Add TCPOFOQueue to default netstat metrics (#2867) 2023-12-08 18:24:07 +01:00
e2e-output.txt Add TCPOFOQueue to default netstat metrics (#2867) 2023-12-08 18:24:07 +01:00
ip_vs_result.txt Ipvs firewall mark (#1455) 2019-08-27 14:24:11 +02:00
ip_vs_result_lbs_local_address_local_port.txt Add flag to aggr ipvs metrics to avoid high cardinality metrics (#1709) 2020-06-02 10:52:00 +02:00
ip_vs_result_lbs_local_port.txt Add flag to aggr ipvs metrics to avoid high cardinality metrics (#1709) 2020-06-02 10:52:00 +02:00
ip_vs_result_lbs_none.txt Add flag to aggr ipvs metrics to avoid high cardinality metrics (#1709) 2020-06-02 10:52:00 +02:00
sys.ttar Fixup hwmon chip include (#2739) 2023-07-10 12:46:30 +02:00
udev.ttar Archived fixtures/udev similar to fixtures/sys to avoid go-get errors, fixes #2482 (#2485) 2022-09-27 23:07:57 +02:00