You were brought to this page based on an internet search
and as a free service to Oracle DBAs.
The text below is an except from the book,
Oracle Performance Firefighting, written by
Craig Shallahamer of
OraPub, Inc.
Figures and tables are not included on this page, only their reference.
To order the book in either print or PDF form, click
here.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
-------------------------------
* st: Stolen time. This represents the percentage of time during the interval stolen from a virtual machine. This can be considered part of the true idle time. If you are not running a virtual machine, this value should always be zero.
Referencing Figure 4-7, the CPU subsystem is busy around 25% of the time; that is, it's idle around 75% of the time. There appears to be plenty of available CPU capacity; that is, the operating system's CPU capacity has exceeded Oracle's requirements.
Figure 4-8 shows another common way to get CPU utilization. The sar (System Activity Report) command is a wide-reaching performance monitoring facility available on every Linux/Unix system. However, some operating system administrators do not install the required sar package or allow DBAs to run an interactive sar report. 2 When sar is installed, it continually monitors system activity and stores the results for later retrieval. Operating system administrators tend to reference historical sar data, whereas most DBAs want to run sar interactively to view the system as it is currently operating. So when you tell your administrator you want to "run sar," make sure he knows you want to run it interactively and only when necessary. The sar output can also be directed to a file for later processing (think awk and grep).
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
|