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[, short | long ]
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 [, short |, long ]
To list counters with a specified status, the syntax is:
rs_helpcounter { sysmon | internal | must_sample | no_reset | old | configure }