Enabling statistics

WebSphere® eXtreme Scale uses an internal statistics model to track and filter data, which is the underlying structure that all data views use to gather snapshots of statistics. You can use several methods to retrieve the information from the statistics modules.

About this task

For a list of all of the modules on which you can enable statistics, see StatsSpec class.

Procedure

Example

Some examples of statsSpec strings that you might specify using the properties file, xscmd utility, or StatsSpec interface follow:

Enable all statistics for all modules:
all=enabled
Disable all statistics for all modules:
all=disabled
Enable statistics for all statistics in the OGStatsModule:
og.all=enabled
Enable statistics for all statistics in the OGStatsModule and MapStatsModule:
og.all=enabled;map.all=enabled
Enable statistics for only Map Used bytes statistic, and disable everything else:
all=disabled;map.usedbytes=enabled