You can view descriptive information about the counters stored in the rs_statcounters table using the rs_helpcounter system procedure. See “rs_helpcounter” in the Replication Server Reference Manual for detailed syntax and usage information.
To view a list of modules that have counters and the syntax of the rs_helpcounter procedure, enter:
rs_helpcounter
To view descriptive information about all counters for a specified module, enter:
rs_helpcounter module_name [, {type | short | long} ]
If you enter type, Replication Server prints the display name, module name, counter type, and counter status for each of the module’s counters.
If you enter short, Replication Server prints the display name, module name, and counter descriptions for each counter.
If you enter long, Replication Server prints every column in rs_statcounters for each counter.
If you do not enter a second parameter, Replication Server prints the display name, the module name, and the external name of each counter.
To list all counters that match a keyword, enter:
rs_helpcounter keyword [, {type | short | long} ]
To list counters with a specified status, the syntax is:
rs_helpcounter { 'intrusive' | 'sysmon' | 'rate' | 'duration' | 'internal' | 'must_sample' | 'no_reset' | 'keep_old' | 'configure' }
See Table 5-1 for a descriptions of status types.