admin stats, {tps | cps | bps}

Reports the current throughput in terms of transactions, commands, or bytes per second.

Syntax

admin {stats | statistics}, {tps | cps | bps}

Parameters

Examples

Usage

  • When calculating throughput per second, Replication Server bases the calculation on the number of processed transactions and the number of elapsed seconds since the counters were last reset using admin stats, reset.

  • Different modules report throughput for each type of calculation:

    • Transactions per second – are reported by the SQT, DIST, DSI, and other modules.

    • Commands per second – are reported by the RepAgent, RSIUSER, SQM, DIST, DSI, and RSI modules.

    • Bytes per second – are reported by the RepAgent, RSIUSER, SQM, DSI, and RSI modules. The SQM reports transactions in both bytes and blocks per second.

Permissions

Any user may execute this command.