admin stats_config_module

Description

Enables or disables flushing of metrics to the RSSD for one or all modules.

Syntax

admin stats_config_module, { module | all_modules } , { ‘on’ | ‘off ‘ }

Parameters

module

The name of a Replication Server module: cm, dist, dsi, sts, repagent, rsi, sqm, or sqt.

all_modules

These Repolication Server modules: CM, DIST, DSI, STS, REPAGENT, RSI, SQM, and SQT.

on | off

Determines whether flushing is turned on or off for the specified modules.

Examples

Example 1

Disables flushing for all modules. This command does not generate output.

admin stats_config_module, all_modules, 'off'

Usage

If you enable flushing of information to the RSSD for a module, all new threads for that module also flush to the RSSD by default.

Permissions

Any user can execute this command.