[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Versions 3.2 and 4 Performance Tuning Guide

Chapter 6. Monitoring and Tuning CPU Use

The processing unit in a RS/6000 is one of the fastest components of the system. It is comparatively rare for a single program to keep the CPU 100% busy for more than a few seconds at a time. Even in heavily loaded multiuser systems, there are occasional 10ms periods that end with everything in a wait state. If a monitor shows the CPU 100% busy (that is, 0% idle and 0% wait) for an extended period, there is a good chance that some program is in an infinite loop. Even if the program is "merely" expensive, rather than broken, it needs to be identified and dealt with.

This chapter deals with techniques for detecting runaway or CPU-intensive programs and minimizing their adverse effect on performance.

Readers who are not familiar with AIX CPU scheduling may want to look at "Performance Overview of the AIX CPU Scheduler" before continuing.

The following sections cover the different aspects of CPU tuning:

The xmperf tool is also valuable in monitoring CPU use.


[ Previous | Next | Contents | Glossary | Home | Search ]