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 Added mountinfo changes to node_exporter (#1417) 2019-07-28 11:32:40 +02:00
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 Expose /proc/pressure (#1261) 2019-04-18 12:19:20 +02:00
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 Adding support for /proc/buddyinfo for linux free memory fragmentation. 2017-02-15 10:15:43 -06:00
cgroups Add cgroup summary collector (#2408) 2022-06-24 12:05:13 +02:00
cpuinfo add node_cpu_info metric 2019-09-25 14:38:57 -05:00
diskstats collector/diskstats: Add fixtures for udev data 2022-07-06 12:30:50 +02:00
drbd Add a collector for DRBD. 2016-12-11 11:55:28 +01:00
interrupts Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
interrupts_aarch64 interrupts_linux: Fix fields on aarch64 (#2631) 2023-03-10 13:02:33 +01:00
loadavg Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
mdstat Add check state for mdadm arrays via node_md_state metric (#1810) 2020-09-27 13:44:45 +02:00
meminfo Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
schedstat Scrape CPU latency stats from /proc/schedstat (#1389) 2019-07-10 09:16:24 +02:00
self Add mountstats collector for detailed NFS statistics 2016-12-20 11:13:02 -05:00
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 Split out guest cpu metrics on Linux. (#744) 2017-11-23 15:04:47 +01:00
vmstat Update fixtures 2018-03-29 22:00:02 +01:00
zoneinfo Add zoneinfo collector 2021-01-26 12:00:35 +01:00