Evaluating Statistics for the System

TIBCO ComputeDB provides statistics for analyzing system performance. Any member of a distributed system, including TIBCO ComputeDB servers, locators, and peer clients, can collect and archive this statistical data.

TIBCO ComputeDB samples statistics at a configurable interval and writes them to an archive. The archives can be read at any time, including at runtime.

You can view and analyze runtime or archived historical data using these tools:

  • snappy-shell stats is a command-line tool provided with the TIBCO ComputeDB product.

Note

  • TIBCO ComputeDB statistics use the Java System.nanoTimer for nanosecond timing. This method provides nanosecond precision, but not necessarily nanosecond accuracy. For more information, see the online Java documentation for System.nanoTimer for the JRE you are using with TIBCO ComputeDB.
  • Runtime viewing of statistics archives files is not necessarily real-time, because of file system buffering.

More Information

  • Collecting System Statistics Enable TIBCO ComputeDB system statistics using a system procedure, member boot properties, or connection properties.