Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

Java1234官方群25:java1234官方群17
Java1234官方群25:838462530
        
SpringBoot+SpringSecurity+Vue+ElementPlus权限系统实战课程 震撼发布        

最新Java全栈就业实战课程(免费)

springcloud分布式电商秒杀实战课程

IDEA永久激活

66套java实战课程无套路领取

锋哥开始收Java学员啦!

Python学习路线图

锋哥开始收Java学员啦!

Oracle AWR report in-depth analysis PDF 下载


分享到:
时间:2021-04-24 12:55来源:http://www.java1234.com 作者:转载  侵权举报
Oracle AWR report in-depth analysis PDF 下载
失效链接处理
Oracle AWR report in-depth analysis PDF 下载


本站整理下载:
提取码:9qhw 
 
 
相关截图:
 
主要内容:

What is AWR?
The AWR provides a set of tables into which snapshots of
system statistics are stored. Generally these snapshots are
taken on an hourly basis and include wait interface statistics,
top SQL, memory, and I/O information that is cumulative in
nature up to the time of the capture. The AWR report process
takes the cumulative data from two snapshots and subtracts the
earlier snapshot’s cumulative data from the later snapshot and
then generates a delta report showing the statistics and
information relevant for the time period requested. AWR is a
more advanced version of the old Statspack reports that has
been automated and made integral to Oracle’s automated
tuning processes for the Oracle Database.
AWR reports are run internally each hour and the fjndings
are reported to the OEM interface. The user can use OEM
or manual processes to create a full AWR report, in text or
HTML format. These text or HTML reports are what we
will be examining in this paper.
What should you know before
examining AWR reports?
Before examining AWR reports, DBAs should be familiar
with the basic wait events that an Oracle Database may
encounter and the typical latches that may cause performance
issues, plus be aware of what a typical performance profjle
looks like for their particular system. Usually by examining
several AWR reports from periods of normal or good
performance, DBAs can acquaint themselves with the
basic performance profjle of their database.
Things to notice in the baseline reports include normal levels
of specifjc wait events and latches and the normal I/O profjle
(normal I/O rates and timings for the database fjles). Other
items to look at are the number and types of sorts, the memory
layout, and Process Global Area (PGA) activity levels.
In order to be aware of what waits, latches, and statistics are
signifjcant, it is suggested that DBAs become familiar with
the Oracle Database Tuning guide and concepts manual.
Tuning books by outside authors can also provide more
detailed insight into Oracle Database tuning techniques
and concepts.
Take a top-down approach
Unless you are looking for specifjc problems such as a known
SQL issue, it is usually best to start with the top data in the
AWR report and drill down into the later sections as indicated
by the wait events and latch data. The fjrst section of an AWR
report shows general data about the instance; look at Figure 1
for an example header section.

 
 
------分隔线----------------------------

锋哥公众号


锋哥微信


关注公众号
【Java资料站】
回复 666
获取 
66套java
从菜鸡到大神
项目实战课程

锋哥推荐