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.
-------------------------------
Essentially, Oracle has extended the instrumentation approach into service time-that is, CPU consumption. While the time model is not perfect, and there are still only two service time classifications, it's a significant leap forward and sets the stage for some truly amazing self-aware, self-tuning, and self-adjusting features. So this is a very big deal, and it works wonderfully.
In keeping with Oracle naming conventions, there are two time model views: v$sess_time_model and v$sys_time_model. Two key CPU statistics are used to classify CPU service time:
As I'll demonstrate, an active Oracle process updates the time model performance views about every 6 seconds. All time is in milliseconds, so be sure when converting to seconds to divide by six zeros-that is, 1,000,000.
©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.
|