_generic-tcp.yaml pass (#20321)
Co-authored-by: ilyam8 <ilya@netdata.cloud>
Fotis Voutsas committed
May 21, 2025 at 13:22 UTC
8fd5857924de6d8405e3cecd13ee50b53b69795d
1 file changed
+55
-45
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-tcp.yaml
+55
-45
@@ -2,71 +2,81 @@
2
3
metrics:
4
- MIB: TCP-MIB
5
- metric_type: monotonic_count
5
+ symbol:
6
+ OID: 1.3.6.1.2.1.6.9.0
7
+ name: tcpCurrEstab
8
+ description: Current TCP connections in ESTABLISHED or CLOSE-WAIT state
9
+ family: Network/IP/TCP/Connections
10
+ unit: "{connection}"
11
+ - MIB: TCP-MIB
12
symbol:
13
OID: 1.3.6.1.2.1.6.5.0
14
name: tcpActiveOpens
9
- description: The number of times that TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
10
- unit: "{connection}"
15
+ description: TCP connections transitioning from CLOSED to SYN-SENT
16
+ family: Network/IP/TCP/Connections
17
+ unit: "{transition}"
18
+ metric_type: monotonic_count
19
- MIB: TCP-MIB
12
- metric_type: monotonic_count
20
symbol:
21
OID: 1.3.6.1.2.1.6.6.0
22
name: tcpPassiveOpens
16
- description: The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
17
- unit: "{connection}"
18
- - MIB: TCP-MIB
19
- metric_type: monotonic_count
20
- symbol:
21
- OID: 1.3.6.1.2.1.6.7.0
22
- name: tcpAttemptFails
23
- description: The number of times that TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times that TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
24
- unit: "{connection}"
25
- - MIB: TCP-MIB
26
- metric_type: monotonic_count
27
- symbol:
28
- OID: 1.3.6.1.2.1.6.8.0
29
- name: tcpEstabResets
30
- description: The number of times that TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
31
- unit: "{connection}"
32
- - MIB: TCP-MIB
33
- symbol:
34
- OID: 1.3.6.1.2.1.6.9.0
35
- name: tcpCurrEstab
36
- description: The number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
37
- unit: "{connection}"
23
+ description: TCP connections transitioning from LISTEN to SYN-RCVD
24
+ family: Network/IP/TCP/Connections
25
+ unit: "{transition}"
26
+ metric_type: monotonic_count
27
- MIB: TCP-MIB
39
- metric_type: monotonic_count
28
symbol:
29
OID: 1.3.6.1.2.1.6.17.0
30
name: tcpHCInSegs
43
- description: The total number of segments received, including those received in error. This count includes segments received on currently established connections. This object is the 64-bit equivalent of tcpInSegs. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
44
- unit: "{segment}"
31
+ description: TCP segments received
32
+ family: Network/IP/TCP/Packets
33
+ unit: "{packet}"
34
+ metric_type: monotonic_count
35
- MIB: TCP-MIB
46
- metric_type: monotonic_count
36
symbol:
37
OID: 1.3.6.1.2.1.6.18.0
38
name: tcpHCOutSegs
50
- description: The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets. This object is the 64-bit equivalent of tcpOutSegs. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
51
- unit: "{segment}"
39
+ description: TCP segments sent
40
+ family: Network/IP/TCP/Packets
41
+ unit: "{packet}"
42
+ metric_type: monotonic_count
43
- MIB: TCP-MIB
53
- metric_type: monotonic_count
54
- symbol:
55
- OID: 1.3.6.1.2.1.6.12.0
56
- name: tcpRetransSegs
57
- description: The total number of segments retransmitted; that is, the number of TCP segments transmitted containing one or more previously transmitted octets. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
58
- unit: "{segment}"
59
- - MIB: TCP-MIB
60
- metric_type: monotonic_count
44
symbol:
45
OID: 1.3.6.1.2.1.6.14.0
46
name: tcpInErrs
64
- description: The total number of segments received in error (e.g., bad TCP checksums). Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
65
- unit: "{segment}"
47
+ description: TCP segments received with errors
48
+ family: Network/IP/TCP/Errors
49
+ unit: "{error}"
50
+ metric_type: monotonic_count
51
+ - MIB: TCP-MIB
52
+ symbol:
53
+ OID: 1.3.6.1.2.1.6.7.0
54
+ name: tcpAttemptFails
55
+ description: Failed TCP connection attempts
56
+ family: Network/IP/TCP/Errors
57
+ unit: "{failure}"
58
+ metric_type: monotonic_count
59
+ - MIB: TCP-MIB
60
+ symbol:
61
+ OID: 1.3.6.1.2.1.6.8.0
62
+ name: tcpEstabResets
63
+ description: TCP connections reset from ESTABLISHED/CLOSE-WAIT
64
+ family: Network/IP/TCP/Errors
65
+ unit: "{transition}"
66
+ metric_type: monotonic_count
67
- MIB: TCP-MIB
67
- metric_type: monotonic_count
68
symbol:
69
OID: 1.3.6.1.2.1.6.15.0
70
name: tcpOutRsts
71
- description: The number of TCP segments sent containing the RST flag. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
72
- unit: "{segment}"
71
+ description: TCP segments sent with RST flag
72
+ family: Network/IP/TCP/Errors
73
+ unit: "{reset}"
74
+ metric_type: monotonic_count
75
+ - MIB: TCP-MIB
76
+ symbol:
77
+ OID: 1.3.6.1.2.1.6.12.0
78
+ name: tcpRetransSegs
79
+ description: TCP segments retransmitted
80
+ family: Network/IP/TCP/Retransmits
81
+ unit: "{retransmit}"
82
+ metric_type: monotonic_count