+

Search Tips   |   Advanced Search

Defining which statistics to collect

Edit configuration property settings to define the statistics collected by the server.

The Activities server collects a specific set of statistics by default. We can change what is collected to better suit the needs of the environment. For example, Activities collects statistics on SMTP server performance. If we are not using an SMTP server, we can prevent its performance from being monitored. For a complete list of the statistics collected by Activities by default, see Activities statistics.

To define which statistics are collected by the server:

  1. Access the Activities configuration file:

    To get cell name...

  2. From the temporary directory to which you checked out the Activities configuration file, open oa-config.xml in a text editor, and look for the <stat> element block.

  3. Make any of the following edits:

    • To stop collecting data on a specific field, remove the <field> element that represents the value that we are not interested in collecting.

    • To change the name of the text file created to store the statistical data, edit the attribute of the <file> element.

    • To change the number of versions of results that are maintained from the default value of the 144, edit the <samples> element.

  4. After making the edits, save and close oa-config.xml.

  5. After making changes, check configuration file back in during the same wsadmin session in which they were checked out.


Parent topic:
Monitoring statistics and metrics


Related:

Check out the Activities configuration files

Apply property changes in Activities