Displays information about counters.
rs_helpcounter [{‘intrusive’ | ‘sysmon’ | ‘rate’ | ‘duration’ | ‘internal’ | ‘must_sample’ | ‘no_reset’ | ‘keep_old’ | ‘configure’} | module_name [, {type | short | long}] | keyword [. {type | short | long}]]
Displays information about counters that affect server performance.
Displays information about counters reported by the admin statistics, sysmon command.
Displays information about counters that measure rate. Rate is the sampling total divided by dSTATS sleep time or elapsed time since last dSTATS sleep. Rate is measured per second.
Displays information about counters that measure duration. Time intervals are measured in one-hundedths of a second.
Displays information about counters used by Replication and by other counters.
Displays information about counters that must keep sampling even if sampling is not enabled.
Displays information about counters that are not reset after initialization. Used for internal counters.
Displays information about counters that keep both current and previous values.
Displays information about counters that keep the run value of a Replication Server configuration parameter.
The name of a module: dsi, dsiexec, sqt, cm, dist, rsi, sqm, or repagent.
Tells Replication Server to print the display name, module name, counter type, and counter status of the counters specified.
Tells Replication Server to print the display names, module names, and counter descriptions of counters specified.
Tells REplication Server to print values for every column in the rs_statcounters table.
Search keyword.
Lists all module names and syntax for using sp_helpcounter to find detailed information.
sp_helpcounters
ModuleName --------------------- CM DIST DSI DSIEXEC REPAGENT RSI SQM SQT STS How to Use rs_helpcounter --------------------------------------------------- rs_helpcounter [intrusive | sysmon | rate | duration |interal | must_sample | no_reset | contigure] rs_helpcounter ModuleName [, {type | short | long }] rs_helpcounter keyword [, {type | short | long }]
rs_helpcounter allows users to search the rs_statcounters system table.
When used with no parameters, rs_helpcounter prints out a list of modules and syntax to find more detailed information.
Any user can execute this command.