Display Statistics on the Computer Screen

To send statistics to the computer screen, include the display option.

In this case, Replication Server makes a single observation at the end of the specified time period. The observed statistics are sent only to the computer screen.

For example, to report the number of blocks read from all queues and by all readers over a five-minute interval, enter:
admin stats, sqm, blocksread, display, 300
When you execute admin stats with a nonzero time period using the display option, Replication Server:
  1. Resets all counters to zero.

  2. Turns on all counters.

  3. Puts your session to sleep for the specified time period.

  4. Turns off all counters.

  5. Reports the requested data.