ablog

不器用で落着きのない技術者のメモ

STATSPACK 関連の資料

Oracle の STATSPACK 関連の資料をリストアップしてみた。レポート内の項目の説明があまりないな。
iSelfSchooling - How to read STATSPACK report - Free Online Oracle Training.
とか海外のサイトでは書いてくれてるな。

21 Statspackの使用方法 
   Statspackの概要
   StatspackとBSTAT/ESTATの比較
   Statspackの動作の動作 
   Statspackのデータベース領域要件の構成  
   Statspackのインストール   
   対話型でのStatspackのインストール 
   バッチ・モードでのStatspackのインストール
   Statspackの使用方法  
   Statspackスナップショットの作成 
   自動統計収集
   Statspackパフォーマンス・レポートの実行 
   Statspack内に収集されるデータの量の構成 
   待機イベントに使用される時間単位
   イベントのタイミング  
   Statspackパフォーマンス・データの管理および共有
   Statspack使用時のOracle Real Application Clustersの考慮事項 
   Statspackの削除  
   Statspackが提供するスクリプトおよびマニュアル 
   Statspackのインストールおよび削除のスクリプト
   Statspackのレポートおよび自動化のスクリプト 
   Statspackをアップグレードするためのスクリプト 
   Statspackパフォーマンス・データ・メンテナンスのためのスクリプト
   Statspackマニュアル
Statspackとは? 
Statspackの解析方法 
Statspack解析例 
10g自動チューニング機能
第1回 StatspackとDiagnostics Packの概要と使用方法
  はじめに
    性能対策概要
    Statspack 
    インストール
    メンテナンス
    レポート作成
    Statspackが不向きなケース
    Diagnostics Pack
    Automatic Workload Repository (AWR)
    Automatic Database Diagnostic Monitor(ADDM)
    Active Session History (ASH)
    Automatic Workload Repository(AWR)ビュー
  まとめ
第2回 ケーススタディ(Statspack)
  はじめに
    シナリオ概要
    Statspackレポートの分析
  考察
    Statspackのスナップショットの工夫
  まとめ
第3回 ケーススタディ(Diagnostics Pack) 
  はじめに
    Diagnostics Packを用いた分析
  このシナリオのまとめ
    AWRスナップショット
  おわりに
1. STATSPACKとは? 
2. 使用手順 
  (1) インストール/アンインストール 
  (2) スナップショットの取得 
  (3) レポート作成 
  (4) 不要データの削除 
3. レポート分析 
4. R9.0 →R9.2 機能拡張と変更点 
  -トップ5待機イベントの変更 
  - スナップショット・レベルの追加
Statistics Package (STATSPACK) README (spdoc.txt)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

TABLE OF CONTENTS
-----------------

0.  Introduction and Terminology
1.  Enterprise Manager (EM), Automatic Workload Repository (AWR) and Statspack
2.  Statspack Configuration
    2.1. Database Space Requirements
    2.2. Installing the Tool
    2.3. Errors during Installation
3.  Gathering data - taking a snapshot
    3.1. Automating Statspack Statistics Gathering
    3.2. Using dbms_job
4.  Running the Performance reports
    4.1. Running the instance report
    4.2. Running the instance report when there are multiple instances
    4.3. Configuring the Instance Report
    4.4. Running the SQL report
    4.5. Running the SQL report when there are multiple instances
    4.6. Configuring the SQL report
    4.7. Gathering optimizer statistics on the PERFSTAT schema
5.  Configuring the amount of data captured
    5.1. Snapshot Level
    5.2. Snapshot SQL thresholds
    5.3. Changing the default values for Snapshot Level and SQL Thresholds
    5.4. Snapshot Levels - details
    5.5. Specifying a Session Id
    5.6. Input Parameters for the SNAP and
         MODIFY_STATSPACK_PARAMETERS procedures
6.  Time Units used for Performance Statistics
7.  Event Timings
8.  Managing and Sharing performance data
    8.1. Baselining performance data
       8.1.1. Input Parameters for the MAKE_BASELINE and CLEAR_BASELINE 
              procedure and function which accept Begin and End Snap Ids
       8.1.2. Input Parameters for the MAKE_BASELINE and CLEAR_BASELINE
              procedure and function which accept Begin and End Dates
    8.2. Purging/removing unnecessary data
       8.2.1. Input Parameters for the PURGE procedure and function
              which accept Begin Snap Id and End Snap Id       
       8.2.2. Input Parameters for the PURGE procedure and function
              which accept Begin Date and End Date
       8.2.3. Input Parameters for the PURGE procedure and function
              which accept a single Purge Before Date
       8.2.4. Input Parameters for the PURGE procedure and function
              which accept the Number of Days of data to keep
       8.2.5. Using sppurge.sql
    8.3. Removing all data
    8.4. Sharing data via export
9.  New and Changed Features
    9.1. Changes between 10.1  and 10.2
    9.2. Changes between 9.2   and 10.1
    9.3. Changes between 9.0   and 9.2
    9.4. Changes between 8.1.7 and 9.0
    9.5. Changes between 8.1.6 and 8.1.7
10. Compatibility and Upgrading from previous releases
    10.1. Compatibility Matrix
       10.1.1. Using Statspack shipped with 10.1
       10.1.2. Using Statspack shipped with 10.0
       10.1.3. Using Statspack shipped with 9.2
       10.1.4. Using Statspack shipped with 9.0
       10.1.5. Using Statspack shipped with 8.1.7 on 9i releases
    10.2. Upgrading an existing Statspack schema to a newer release
       10.2.1. Upgrading the Statspack schema from 10.1  to 10.2
       10.2.2. Upgrading the Statspack schema from 9.2   to 10.1
       10.2.3. Upgrading the Statspack schema from 9.0   to 9.2
       10.2.4. Upgrading the Statspack schema from 8.1.7 to 9.0
       10.2.5. Upgrading the Statspack schema from 8.1.6 to 8.1.7
       10.2.6. Upgrading the Statspack schema from 8.1.6 to 9.2
       10.2.7. Upgrading the Statspack schema from 8.1.6 to 9.0
       10.2.8. Upgrading the Statspack schema from 8.1.7 to 9.2
11. Oracle Real Application Clusters specific considerations
    11.1. Changing Instance Numbers
    11.2. Cluster Specific Reports
    11.3. Cluster Specific Data
12. Conflicts and differences compared to UTLBSTAT/UTLESTAT
    12.1. Running BSTAT/ESTAT in conjunction to Statspack
    12.2. Differences between Statspack and BSTAT/ESTAT
13. Removing the package
14. Supplied Scripts Overview
15. Limitations and Modifications
    15.1. Limitations
    15.2. Modifications

過去のSTATSPACK関連のエントリ
STATSPACK を使ってみる - ablog
STATSPACK でスナップショットを自動収集する方法 - ablog