aboutsummaryrefslogtreecommitdiff
path: root/collector/fixtures/e2e-64k-page-output.txt
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-12-08 12:16:02 +0100
committerJohannes 'fish' Ziemke <github@freigeist.org>2018-12-08 12:16:02 +0100
commit73ddf5f1f7a982048724c7f74b08894429e6e013 (patch)
treed0b24d70e99e2457e2e1682bc20cf876c9a86bce /collector/fixtures/e2e-64k-page-output.txt
parent6bd51269b730bdfdda87ada3a971edf582d7d308 (diff)
downloadprometheus_node_collector-73ddf5f1f7a982048724c7f74b08894429e6e013.tar.bz2
prometheus_node_collector-73ddf5f1f7a982048724c7f74b08894429e6e013.tar.xz
prometheus_node_collector-73ddf5f1f7a982048724c7f74b08894429e6e013.zip
netstat: Add TCP In/Out Segs (#1185)
* netstat: Add TCP In/Out Segs In order to get a better idea of TCP packet loss, we need to know how many `node_netstat_Tcp_OutSegs` there are so we can compare this to `node_netstat_Tcp_RetransSegs`. Signed-off-by: Ben Kochie <superq@gmail.com> * Update fixtures Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'collector/fixtures/e2e-64k-page-output.txt')
-rw-r--r--collector/fixtures/e2e-64k-page-output.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/collector/fixtures/e2e-64k-page-output.txt b/collector/fixtures/e2e-64k-page-output.txt
index 15bebaf..feb6b37 100644
--- a/collector/fixtures/e2e-64k-page-output.txt
+++ b/collector/fixtures/e2e-64k-page-output.txt
@@ -1760,6 +1760,12 @@ node_netstat_Tcp_CurrEstab 0
1760# HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. 1760# HELP node_netstat_Tcp_InErrs Statistic TcpInErrs.
1761# TYPE node_netstat_Tcp_InErrs untyped 1761# TYPE node_netstat_Tcp_InErrs untyped
1762node_netstat_Tcp_InErrs 5 1762node_netstat_Tcp_InErrs 5
1763# HELP node_netstat_Tcp_InSegs Statistic TcpInSegs.
1764# TYPE node_netstat_Tcp_InSegs untyped
1765node_netstat_Tcp_InSegs 5.7252008e+07
1766# HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs.
1767# TYPE node_netstat_Tcp_OutSegs untyped
1768node_netstat_Tcp_OutSegs 5.4915039e+07
1763# HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. 1769# HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens.
1764# TYPE node_netstat_Tcp_PassiveOpens untyped 1770# TYPE node_netstat_Tcp_PassiveOpens untyped
1765node_netstat_Tcp_PassiveOpens 230 1771node_netstat_Tcp_PassiveOpens 230