node_exporter/collector/fixtures/proc
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
..
1 Added conntrack statistics metrics (#1155) 2021-06-23 11:52:43 +02:00
10
11 Added conntrack statistics metrics (#1155) 2021-06-23 11:52:43 +02:00
net Add TCPOFOQueue to default netstat metrics (#2867) 2023-12-08 18:24:07 +01:00
pressure
spl/kstat/zfs fix(zfs): add memory_available_bytes, fix dbufstats filename on Linux (#2687) 2023-05-23 11:13:48 +02:00
sys Add sysctl collector 2022-07-25 18:27:48 +02:00
buddyinfo
cgroups Add cgroup summary collector (#2408) 2022-06-24 12:05:13 +02:00
cpuinfo
diskstats collector/diskstats: Add fixtures for udev data 2022-07-06 12:30:50 +02:00
drbd
interrupts
interrupts_aarch64 interrupts_linux: Fix fields on aarch64 (#2631) 2023-03-10 13:02:33 +01:00
loadavg
mdstat
meminfo
schedstat
self
slabinfo collector: add slab info 2022-07-06 12:18:27 +02:00
softirqs exposing softirq metrics (#2294) 2023-05-25 15:09:32 +02:00
stat
vmstat
zoneinfo Add zoneinfo collector 2021-01-26 12:00:35 +01:00