node_exporter/collector/fixtures/proc
Peter Bueschel da5972b539
Add gauges for allocated memory for queued UDP and TCP packages (#1503)
* Two new states will be added to the tcpstat collector called rx_queued_bytes and tx_queued_bytes.

For UDP datagrams an additional collector 'udp_queues' can be used to expose the total lengths of the tx_queue and rx_queue.
@SuperQ and @discordianfish this changes gives us the option to check for overloaded UDP + TCP processing.
The names of the new TCP states and the UDP metric can be discussed.
The current reasons are just:

I don't want to add another collector for the same exposed file, so I just added the new states to the tcpstat collector.
I chose the name 'udp_queue' instead of 'udpstat' as UDP has no state.


Signed-off-by: Peter Bueschel <peter.bueschel@logmein.com>
2020-03-31 10:46:32 +02:00
..
1 [continue 912] strip rootfs prefix for run in docker (#1058) 2018-10-04 14:11:21 +02:00
10 Added mountinfo changes to node_exporter (#1417) 2019-07-28 11:32:40 +02:00
11 Handle vanishing PIDs (#1043) 2018-08-13 17:27:23 +02:00
net Add gauges for allocated memory for queued UDP and TCP packages (#1503) 2020-03-31 10:46:32 +02:00
pressure Expose /proc/pressure (#1261) 2019-04-18 12:19:20 +02:00
spl/kstat/zfs updates for zfsonlinux 0.7.5 (#779) 2018-02-16 15:46:31 +01:00
sys Add processes exporter (#950) 2018-06-05 19:38:32 +02:00
buddyinfo Adding support for /proc/buddyinfo for linux free memory fragmentation. 2017-02-15 10:15:43 -06:00
cpuinfo add node_cpu_info metric 2019-09-25 14:38:57 -05:00
diskstats Add new counters for flush requests in Linux 5.5 (#1548) 2019-11-25 13:16:15 -06: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
loadavg Rearrange fixtures to match "real" proc and sys. 2015-09-28 13:56:22 +00:00
mdstat Closes issue #261 on node_exporter. (#1403) 2019-07-01 11:56:06 +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
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