rs_dump_stats

Extracts Replication Server statistics collected in the RSSD by admin stats to a comma-delimited format.

Syntax

rs_dump_stats [‘comment’]

Parameters

Examples

Usage

  • You can capture the output of rs_dump_stats in a text file that can then be analyzed in a spread sheet or other analysis tool.

  • If the text file containing the output of rs_dump_stats is too large to load in to the analysis tool, you can split the file into multiple files.
    • Each new file must contain the first seven rows and the last row of the original file.

    • Between the first seven rows and the last row of each new file, insert all rows associated with a given module instance.

    Depending on the analysis tool, it is usually unnecessary to include all instances of one module in the same file.

  • rs_dump_stats does not remove or alter statistics saved in the RSSD.

  • rs_dump_stats lists counters with no observations, but does not display counter data rows for them. rs_dump_stats displays counter data rows for all counters with at least one observation during the sample period.

Related reference
rs_helpcounter
admin stats