Configuring the Performance tool for Job Scheduler rules

Configure the Performance tool to manage aggregating statistics for Job Scheduler rules by modifying the prconfig.xml file.

Configure the Performnace tool to include statistics about Job Scheduler rules in the pr_perf_stats table by modifying the prconfig.xml file. To monitor background processing, use these statistics to identify and analyze resources consumed by job scheduler runs.
  1. Open the prconfig.xml file. For more information, see Modifying the prconfig.xml file.
  2. Modify the following settings as needed to specify how logs are aggregated in the pr_perf_stats table:
    • To enable aggregating of the statistics, enter:
      <env name="usage/collectjobschedulerdata" value="true" />
    • To disable aggregating of the statistics, enter:
      <env name="usage/collectjobschedulerdata" value="false" />
    • To aggregate one entry per hour for all Job Scheduler rules that run in the application, enter:
      <env name="usage/aggregatejobschedulerdata" value="oneentryperhour" />
    • To aggregate by hour one entry for each Job Scheduler rule that runs in the application, enter:
      <env name="usage/aggregatejobschedulerdata" value="byjobeachhour" />