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.
- Open the prconfig.xml file. For more information, see Changing node settings by modifying the prconfig.xml file.
-
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" />
-
To enable aggregating of the statistics,
enter: