HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //lib/netdata/conf.d/go.d/snmp.profiles/default/_std-tcp-mib.yaml
# Generic TCP metrics.

metrics:
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.9.0
      name: tcpCurrEstab
      chart_meta:
        description: Current TCP connections in ESTABLISHED or CLOSE-WAIT state
        family: 'Network/TCP/Connection/Active/Count'
        unit: "{connection}"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.5.0
      name: tcpActiveOpens
      chart_meta:
        description: TCP connections transitioning from CLOSED to SYN-SENT
        family: 'Network/TCP/Connection/Open/Active/Count'
        unit: "{transition}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.6.0
      name: tcpPassiveOpens
      chart_meta:
        description: TCP connections transitioning from LISTEN to SYN-RCVD
        family: 'Network/TCP/Connection/Open/Passive/Count'
        unit: "{transition}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.17.0
      name: tcpHCInSegs
      chart_meta:
        description: TCP segments received
        family: 'Network/TCP/Segment/Total/In'
        unit: "{packet}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.10.0
      name: tcpInSegs
      chart_meta:
        description: TCP segments received
        family: 'Network/TCP/Segment/Total/In'
        unit: "{packet}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.18.0
      name: tcpHCOutSegs
      chart_meta:
        description: TCP segments sent
        family: 'Network/TCP/Segment/Total/Out'
        unit: "{packet}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.11.0
      name: tcpOutSegs
      chart_meta:
        description: TCP segments sent
        family: 'Network/TCP/Segment/Total/Out'
        unit: "{packet}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.14.0
      name: tcpInErrs
      chart_meta:
        description: TCP segments received with errors
        family: 'Network/TCP/Segment/Error/In'
        unit: "{error}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.7.0
      name: tcpAttemptFails
      chart_meta:
        description: Failed TCP connection attempts
        family: 'Network/TCP/Connection/Failure/Count'
        unit: "{failure}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.8.0
      name: tcpEstabResets
      chart_meta:
        description: TCP connections reset from ESTABLISHED/CLOSE-WAIT
        family: 'Network/TCP/Connection/Reset/Count'
        unit: "{reset}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.15.0
      name: tcpOutRsts
      chart_meta:
        description: TCP segments sent with RST flag
        family: 'Network/TCP/Segment/Reset/Out'
        unit: "{reset}/s"
  - MIB: TCP-MIB
    symbol:
      OID: 1.3.6.1.2.1.6.12.0
      name: tcpRetransSegs
      chart_meta:
        description: TCP segments retransmitted
        family: 'Network/TCP/Segment/Retransmit/Out'
        unit: "{retransmit}/s"