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.
-------------------------------
Figure 4-22 is a typical iostat report for a very small IO subsystem. It is common for a thousand lines to be returned. When studying the IO subsystem, it can be a good idea to load the iostat data into Oracle and filter on the response time (await, svctm) and utilization (%util) columns to find offensive IO patterns.
The iostat report can be initially overwhelming, but you need to look at only a few columns to determine if there is a performance problem. The manual pages are also very comprehensive, so you can refer to them. Here are brief descriptions of the key columns:
* Device: This is the device name, which can be just about anything these days. It could a volume, a volume group, a RAID array, an actual physical disk, a disk partition, or something else. The key is to first determine if Oracle is experiencing any IO response time issues. Then, in the iostat report, look for active yet poorly performing devices. If you find any, present both your Oracle and iostat analyses to your IO administrator.
©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.
|