Skip to content

twamp_reflector collector

twamp_reflector is the reflector part of TWAMP protocol. Though not producing metrics directly, twamp_reflector responds to twamp_sender probes.

Configuration

ParameterTypeDefaultDescription
idStringCollector's ID. Must be unique per agent instance. Will be returned along with the metrics.
typeStringMust be twamp_reflector
intervalIntegerRepetition interval in seconds
labelsArray of StringsList of additional labels. Will be returned along with metrics
listenString
portInteger862

Compilation Features

Enable twamp-reflector feature during compiling the agent (Enabled by default).

Configuring senders

noc-agent

collectors:
  - id: TWAMP G.711 Test
    type: twamp_sender
    interval: 10
    server: 10.0.0.1
    port: 862
    dscp: ef
    n_packets: 250
    model: g711
    test_timeout: 3

For details on packet models and configuration and parameters refer to the twamp_sender documentation.