admin stats_config_route

Description

Controls flushing of metrics to the RSSD for routes.

Syntax

admin stats_config_route, {rep_server | all_routes }, 
	{module | all_modules} , {‘on’ | ‘off ‘ } 

Parameters

rep_server

The name of the remote Replication Server to which the route is made. Identifies the route.

all_routes

All routes from the current Replication Server.

module

The name of a module: rsi or sqm.

all_modules

Both the RSI and SQM modules.

on | off

Specifies whether flushing has been turned on or off for the route and module.

Examples

Example 1

Disables flushing for the RSI for all routes. This command does not generate output.

admin stats_config_route, 'all_routes', rsi, 'off'

Usage

To enable flushing for several but not all modules and several but not all routes, it may be efficient to turn flushing on for all modules and all routes and then disable counters for those modules or routes for which you do not want flushing.

Permissions

Any user can execute this command.