Job Scheduling Around Peak Utilization
Rescheduling Jobs
Once you determine your peak system utilization times, you can recommend that some jobs be moved to other time slots.
For example, if peak periods are 9 A.M. to 5 P.M., you can schedule batch and load jobs overnight so they do not interfere with peak daytime demand.
Bound Jobs
Since some jobs tend to be CPU-bound and others I/O- bound, it is a good idea to determine which jobs fit into each category. You can determine this by means of AMPUsage data analysis.
You can schedule a CPU-bound job with an I/O bound job so that the resource underutilized by one job can be used more fully by the other.
TASM and Concurrency
TASM throttle rules can be useful in controlling the concurrency of certain types of queries during peak utilization times.
In addition, TASM filter rules can prevent queries with certain characteristics from even starting to execute during specific windows of time. This can help keep utilization levels under control at times of high contention.
Managing I/O-Intensive Workloads
Below are suggestions for balancing resource usage when the system is I/O-bound: