Skip to main content
Version: 9.0.2

metrics

Plugin Name: metrics (-ometrics,...) / Shared Library: libgre-plugin-metrics

Note

These options can also be specified using -ologger, for backward compatibility

metrics_event_prefix=[prefix]

This option specifies the prefix to use in the metrics event names. This defaults to metrics.

metrics_output=[0 | 1 | 2 | 3]

This option tells the metrics portion of the logger plugin where to out the metrics data. 0 just updates the data, and this is the defualt, 1 is used to output the data to the log, 2 outputs the data to the performance log, if the perf option is also specified, and 3 will output the data to both the log and the performance log if the perf option is specified.

poll_metrics_interval=[ms]

This option sets up a timer to fire at the interval specified by ms. When the timer fires the system metrics for memory, CPU and FPS will be updated. See metrics output to control where the metrics output will go.

string_pool_output_enable

Enables the metrics plugin to support dumping of the string pool to either stdout or a provided file.

string_pool_output_file=[output file name]

When specified, tells the metric plugin to dump the string pool content to the specified file.