Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Stream metric data to a file and/or to the console.

Description

An advanced "print" listener outputting a CSV report with optional live data streamed to the consoleStream diagnostic output to the console during a render and/or report final values to a CSV-formatted file.

Configuration

Required type for configuring the Telemetry listener from an ini file.

type "telemetry"

Options

Listener Options

Type

Description

Required?

Default

type

string

Must be "telemetry"

y


name

string

Unique name of the listener

y

""

outputFilename

stringThe filename of the final report.y""
streamToConsoleboolSet true for live streaming of metric values to stdoutn0
onlyReportChangesbool

Set true to only report updates when the value of the payload is different from the previous update. By default all updates received will be reported.

n0

Metric Rules





regexp

string

One or more metrics to be observed. If this is empty no metrics are reported.

n

""

samplingInterval

integer

Sampling interval in MS for the metrics requested in the preceding regexp param.

n

1000ms

The outputFilename setting can include environment variables which will be expanded when processed by the Listener. Standard environment variable formats are supported, as well as Linux shell variable expansion syntax:

...