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.
-
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:
- Configuring the Job Scheduler rule thread pool
If you want multiple job schedulers to run simultaneously, configure the number of threads for the Job Scheduler thread pool by modifying the prconfig.xml file.
Previous topic Creating a Job Scheduler rule Next topic Configuring the Job Scheduler rule thread pool