SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Downloaden Sie, um offline zu lesen
つまらない STATSPACK を
さらにややこしく解説してみよう
さらにややこしく解説してみよう




    Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   1
まず、、、、




STATSPACKレポートの
時系列を予想してくだ
さい。

         Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   2
ヒント

SNAPSHOT1:
運用として定常的に
STATSPACK のデータは取
得している。


      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   3
ヒント

SNAPSHOT2:
ある日のメンテナンス後に
OLTP 系の処理でタイムアウ
トが頻発した。
調査のために STATSPACK
レポートを取得してみた。
      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   4
ヒント

SNAPSHOT3:
対応後、復旧後状況確認の
ために STATSPACK レポー
トを取得してみた。


      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   5
答えは3択で、、、、



  1. A→B→C
  2. B→C→A
  3. C→B→A
        Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   6
答えは3択で、、、、



  1. A→B→C
  2. B→C→A
  3. C→B→A
        Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   7
答えは3択で、、、、


C:通常運用時
    B:メンテナンス後
       A:緊急対応後

  3. C→B→A
        Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   8
環境情報(ただし、検証環境ね)

HW   CPU : 4core
     Mem : 8GB
OS   RHEL 5 64bit
DB   Oracle Database 11.2.0.2
     Enterprise Edition



         Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   9
構成


連携サーバ                                                                    WEB・APサーバ




                      データベースサーバ




        Copyright © 2012 Insight Technology, Inc. All Rights Reserved.               10
OLTP処理SQL(オリジナル状態)

OLTP処理SQLの統計情報
SQL Statistics
~~~~~~~~~~~~~~
                                                                                       % Snap
                      Statement Total                             Per Execute           Total
                      ---------------                         ---------------          ------
       Buffer Gets:         1,052,361                               116,929.0           13.72
        Disk Reads:                 0                                     0.0             .00
    Rows processed:             3,600                                   400.0
    CPU Time(s/ms):                 5                                   558.8
Elapsed Time(s/ms):                 6                                   674.6
            :
        Executions:                                    9



                      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.            11
OLTP処理SQL(メンテナンス後)

OLTP処理SQLの統計情報
SQL Statistics
~~~~~~~~~~~~~~
                                                                                       % Snap
                      Statement Total                             Per Execute           Total
                      ---------------                         ---------------          ------
       Buffer Gets:         1,870,864                               116,929.0            2.08
        Disk Reads:                 0                                     0.0             .00
    Rows processed:             6,400                                   400.0
    CPU Time(s/ms):                 8                                   479.2
Elapsed Time(s/ms):                26                                 1,655.3
            :
        Executions:                                  16



                      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.            12
REPORT C(障害発生前のレポート)
Top 5 Timed Events                                                    Avg %Total
~~~~~~~~~~~~~~~~~~                                                   wait Call
Event                                            Waits    Time (s)   (ms) Time
----------------------------------------- ------------ ----------- ------ ------
db file scattered read                       1,846,915         735      0 55.9
CPU time                                                       152          11.5
PL/SQL lock timer                                    1         120 ######    9.1
db file parallel read                               31          73   2358    5.6
db file sequential read                        152,969          65      0    5.0
----------------------------------------- ------------ ----------- ------ ------



    .。oO(「db file scatterd read」 がTOPだね)




                          Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   13
REPORT B(障害発生時のレポート)
Top 5 Timed Events                                                    Avg %Total
~~~~~~~~~~~~~~~~~~                                                   wait Call
Event                                            Waits    Time (s)   (ms) Time
----------------------------------------- ------------ ----------- ------ ------
CPU time                                                       311          47.0
latch: cache buffers chains                      2,635         207     78 31.2
PL/SQL lock timer                                    1         120 ###### 18.1
control file parallel write                         42           6    152    1.0
db file async I/O submit                            69           5     67     .7
----------------------------------------- ------------ ----------- ------ ------



      .。oO( I/O系の待機イベントがなくなっている。障害どころか
      むしろこちらのほうが良好では?)




                          Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   14
バッチ処理SQL(オリジナル)

バッチ処理SQLの統計情報
SQL Statistics
~~~~~~~~~~~~~~
                                                       % Snap
                      Statement Total     Per Execute   Total
                      --------------- --------------- ------
       Buffer Gets:         7,546,904       104,818.1   98.40
        Disk Reads:         6,803,691         94,495.7 114.53
    Rows processed:            28,800            400.0
    CPU Time(s/ms):               175          2,429.0
Elapsed Time(s/ms):               954        13,252.2
            :
        Executions:                                  72



                      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   15
バッチ処理SQL(メンテナンス後)

バッチ処理SQLの統計情報
SQL Statistics
~~~~~~~~~~~~~~
                                                       % Snap
                      Statement Total     Per Execute   Total
                      --------------- --------------- ------
       Buffer Gets:        88,412,056       116,947.2   98.09
        Disk Reads:                 0              0.0     .00
    Rows processed:           302,400           400.0
    CPU Time(s/ms):               302           399.0
Elapsed Time(s/ms):               728           962.7
            :
        Executions:                               756



                      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   16
REPORT B(障害発生時のレポート:再び)
Top 5 Timed Events                                                    Avg %Total
~~~~~~~~~~~~~~~~~~                                                   wait Call
Event                                            Waits    Time (s)   (ms) Time
----------------------------------------- ------------ ----------- ------ ------
CPU time                                                        311          47.0
latch: cache buffers chains                      2,635         207     78 31.2
PL/SQL lock timer                                    1         120 ###### 18.1
control file parallel write                         42           6    152    1.0
db file async I/O submit                            69           5     67     .7
----------------------------------------- ------------ ----------- ------ ------



        .。oO(もしかして、みんな”CPU使い”になってないか?)




                          Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   17
CPUリソースの利用状況

CPUリソースの利用状況を STATSPACKレポート
の情報から洗いなおしてみると、、、

<REPORT C> 8.6(AAS)x11.5%(CPU time)= 0.989core
<REPORT B> 6.5(AAS)x47.0%(CPU time)= 3.055core

             .。oO(平均してこのぐらいはCPU使ってるなー)




               Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   18
OLTP処理SQLがタイムアウトした原因は?

STATSPACKレポートをながめてると、、、

1. CPUバウンドなOLTP処理がス
   ローダウンしている。
2. 待機イベントの最上位がCPU
   timeになっている。
3. Core数換算で1core分の空きが
   ない。
         Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   19
対処方法




アイディア
 緩募
       Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   20
対処方法



バッチ処理の並列度抑制
- バッチ処理SQL単体の処理時間は今回のチューニン
  グで短縮している。
- バッチ処理の並列度を下げても、トータルの処理速
  度は向上している。
- 今回はバッチ処理の並列度を抑えて、CPUリソース
  を解放する方針で対応する。


        Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   21
CPUリソースの利用状況(対応後)

CPUリソースの利用状況をもう一度 STATSPACK
レポートの情報から棚卸してみた、、、

<REPORT C> 8.6(AAS)x11.5%(CPU time)= 0.989core
<REPORT B> 6.5(AAS)x47.0%(CPU time)= 3.055core
<REPORT A> 4.2(AAS)x48.2%(CPU time)= 2.024core

                                                                       .。oO(おっ!?CPUリ
                                                                       ソース空いた!!)



               Copyright © 2012 Insight Technology, Inc. All Rights Reserved.          22
OLTP処理SQL(対応後)

OLTP処理SQLの統計情報
SQL Statistics
~~~~~~~~~~~~~~
                                                                                       % Snap
                      Statement Total                             Per Execute           Total
                      ---------------                         ---------------          ------
       Buffer Gets:         1,169,290                               116,929.0            2.14
        Disk Reads:                 0                                     0.0             .00
    Rows processed:             4,000                                   400.0
    CPU Time(s/ms):                 5                                   482.0
Elapsed Time(s/ms):                11                                 1,081.9
            :                                                                            1,655.3
        Executions:                                  10



                      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.               23
ちょっと寄り道(9iなあなたへ”なんちゃってAAS”)

REPORT C
Top 5 Timed Events                                                    Avg                   %Total
~~~~~~~~~~~~~~~~~~                                                   wait                     Call
Event                                            Waits    Time (s)   (ms)                     Time
----------------------------------------- ------------ ----------- ------                   ------
db file scattered read                       1,846,915         735      0                     55.9
CPU time                                                       152                            11.5
PL/SQL lock timer                                    1         120 ######                      9.1
db file parallel read                               31          73   2358                      5.6
db file sequential read                        152,969          65      0                      5.0
                                                        ---------- ------                   ------
                                                      合計 = 1145                               87.1
                                              100%換算合計 = 1315                                100.0

 Elapsed: 2.15min*60sec = 129sec                                        1315/129 = 10.19 (NAAS)




                          Copyright © 2012 Insight Technology, Inc. All Rights Reserved.             24
まとめ

- STATSPACKはDB全体を俯瞰した
  情報が得られる。
- よって一部の処理の挙動は埋も
  れがち。
- CPU timeが上位にいる場合は、
  AASを組み合わせてCPUリソース
  の利用状況を把握すべし。
      Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   25
まとめ

- STATSPACKレポートでAASが表示
  されなくても“なんちゃって
  AAS”が効果的。
   愛称:NAAS(ナース)




       Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   26
Any Question ?
                                                                    株式会社インサイトテクノロジー
                                                                               山下 正




             Copyright © 2012 Insight Technology, Inc. All Rights Reserved.       27
無断転載を禁ず

この文書はあくまでも参考資料であり、掲載されている情報は予告なしに変更されることがあります。
株式会社インサイトテクノロジーは本書の内容に関していかなる保証もしません。また、本書の内容に関連したいかなる
損害についても責任を負いかねます。
本書で使用している製品やサービス名の名称は、各社の商標または登録商標です。




                 Copyright © 2012 Insight Technology, Inc. All Rights Reserved.   28

Weitere ähnliche Inhalte

Was ist angesagt?

2009.10.28 現場で役立つ oracle dbのパフォーマンスチューニング
2009.10.28 現場で役立つ oracle dbのパフォーマンスチューニング2009.10.28 現場で役立つ oracle dbのパフォーマンスチューニング
2009.10.28 現場で役立つ oracle dbのパフォーマンスチューニング
kouji_s_0808
 
HAクラスタで PostgreSQLレプリケーション構成の 高可用化
HAクラスタで PostgreSQLレプリケーション構成の 高可用化HAクラスタで PostgreSQLレプリケーション構成の 高可用化
HAクラスタで PostgreSQLレプリケーション構成の 高可用化
Takatoshi Matsuo
 
5ステップで始めるPostgreSQLレプリケーション@hbstudy#13
5ステップで始めるPostgreSQLレプリケーション@hbstudy#135ステップで始めるPostgreSQLレプリケーション@hbstudy#13
5ステップで始めるPostgreSQLレプリケーション@hbstudy#13
Uptime Technologies LLC (JP)
 
Maatkit で MySQL チューニング
Maatkit で MySQL チューニングMaatkit で MySQL チューニング
Maatkit で MySQL チューニング
Kensuke Nagae
 

Was ist angesagt? (20)

MySQLとPostgreSQLにおける基本的なアカウント管理
MySQLとPostgreSQLにおける基本的なアカウント管理MySQLとPostgreSQLにおける基本的なアカウント管理
MySQLとPostgreSQLにおける基本的なアカウント管理
 
PostgreSQLのトラブルシューティング@第5回中国地方DB勉強会
PostgreSQLのトラブルシューティング@第5回中国地方DB勉強会PostgreSQLのトラブルシューティング@第5回中国地方DB勉強会
PostgreSQLのトラブルシューティング@第5回中国地方DB勉強会
 
ゆるふわLinux-HA 〜PostgreSQL編〜
ゆるふわLinux-HA 〜PostgreSQL編〜ゆるふわLinux-HA 〜PostgreSQL編〜
ゆるふわLinux-HA 〜PostgreSQL編〜
 
Pacemaker + PostgreSQL レプリケーション構成(PG-REX)のフェイルオーバー高速化
Pacemaker + PostgreSQL レプリケーション構成(PG-REX)のフェイルオーバー高速化Pacemaker + PostgreSQL レプリケーション構成(PG-REX)のフェイルオーバー高速化
Pacemaker + PostgreSQL レプリケーション構成(PG-REX)のフェイルオーバー高速化
 
MySQLとPostgreSQLの基本的な実行プラン比較
MySQLとPostgreSQLの基本的な実行プラン比較MySQLとPostgreSQLの基本的な実行プラン比較
MySQLとPostgreSQLの基本的な実行プラン比較
 
osoljp 2011.08
osoljp 2011.08osoljp 2011.08
osoljp 2011.08
 
いまさら聞けないPostgreSQL運用管理
いまさら聞けないPostgreSQL運用管理いまさら聞けないPostgreSQL運用管理
いまさら聞けないPostgreSQL運用管理
 
2009.10.28 現場で役立つ oracle dbのパフォーマンスチューニング
2009.10.28 現場で役立つ oracle dbのパフォーマンスチューニング2009.10.28 現場で役立つ oracle dbのパフォーマンスチューニング
2009.10.28 現場で役立つ oracle dbのパフォーマンスチューニング
 
HAクラスタで PostgreSQLレプリケーション構成の 高可用化
HAクラスタで PostgreSQLレプリケーション構成の 高可用化HAクラスタで PostgreSQLレプリケーション構成の 高可用化
HAクラスタで PostgreSQLレプリケーション構成の 高可用化
 
PacemakerのMaster/Slave構成の基本と事例紹介(DRBD、PostgreSQLレプリケーション) @Open Source Confer...
PacemakerのMaster/Slave構成の基本と事例紹介(DRBD、PostgreSQLレプリケーション) @Open Source Confer...PacemakerのMaster/Slave構成の基本と事例紹介(DRBD、PostgreSQLレプリケーション) @Open Source Confer...
PacemakerのMaster/Slave構成の基本と事例紹介(DRBD、PostgreSQLレプリケーション) @Open Source Confer...
 
5ステップで始めるPostgreSQLレプリケーション@hbstudy#13
5ステップで始めるPostgreSQLレプリケーション@hbstudy#135ステップで始めるPostgreSQLレプリケーション@hbstudy#13
5ステップで始めるPostgreSQLレプリケーション@hbstudy#13
 
Cgroupあれこれ-第4回コンテナ型仮想化の情報交換会資料
Cgroupあれこれ-第4回コンテナ型仮想化の情報交換会資料Cgroupあれこれ-第4回コンテナ型仮想化の情報交換会資料
Cgroupあれこれ-第4回コンテナ型仮想化の情報交換会資料
 
痛い目にあってわかる HAクラスタのありがたさ
痛い目にあってわかる HAクラスタのありがたさ痛い目にあってわかる HAクラスタのありがたさ
痛い目にあってわかる HAクラスタのありがたさ
 
Windows と leopard
Windows と leopardWindows と leopard
Windows と leopard
 
20171206 d3 health_tech発表資料
20171206 d3 health_tech発表資料20171206 d3 health_tech発表資料
20171206 d3 health_tech発表資料
 
Linux-HA Japanプロジェクトのこれまでとこれから
Linux-HA JapanプロジェクトのこれまでとこれからLinux-HA Japanプロジェクトのこれまでとこれから
Linux-HA Japanプロジェクトのこれまでとこれから
 
システムパフォーマンス勉強会#8
システムパフォーマンス勉強会#8システムパフォーマンス勉強会#8
システムパフォーマンス勉強会#8
 
PostgreSQL運用管理入門
PostgreSQL運用管理入門PostgreSQL運用管理入門
PostgreSQL運用管理入門
 
Maatkit で MySQL チューニング
Maatkit で MySQL チューニングMaatkit で MySQL チューニング
Maatkit で MySQL チューニング
 
PostgreSQLのリカバリ超入門(もしくはWAL、CHECKPOINT、オンラインバックアップの仕組み)
PostgreSQLのリカバリ超入門(もしくはWAL、CHECKPOINT、オンラインバックアップの仕組み)PostgreSQLのリカバリ超入門(もしくはWAL、CHECKPOINT、オンラインバックアップの仕組み)
PostgreSQLのリカバリ超入門(もしくはWAL、CHECKPOINT、オンラインバックアップの仕組み)
 

Andere mochten auch

Trabajo Colaborativo
Trabajo ColaborativoTrabajo Colaborativo
Trabajo Colaborativo
angema920105
 
stilos vonka
stilos vonkastilos vonka
stilos vonka
juelly
 
Mantenimiento preventivo y correctivo para la pc
Mantenimiento preventivo y  correctivo para la pcMantenimiento preventivo y  correctivo para la pc
Mantenimiento preventivo y correctivo para la pc
erickmanuelcardoza
 
Proyecto sistemas rolo
Proyecto sistemas roloProyecto sistemas rolo
Proyecto sistemas rolo
DEROPEPI
 
Diseño de un sistema de control interno de
Diseño de un sistema de control interno deDiseño de un sistema de control interno de
Diseño de un sistema de control interno de
anibalrogel
 
Bienvenidos al museo del romanticismo de carlos
Bienvenidos al museo del romanticismo de carlosBienvenidos al museo del romanticismo de carlos
Bienvenidos al museo del romanticismo de carlos
Karlos García Lml
 

Andere mochten auch (20)

E34 : [JPOUG Presents] Oracle Database の隠されている様々な謎を解くセッション「なーんでだ?」再び @ db tec...
E34 : [JPOUG Presents] Oracle Database の隠されている様々な謎を解くセッション「なーんでだ?」再び @ db tec...E34 : [JPOUG Presents] Oracle Database の隠されている様々な謎を解くセッション「なーんでだ?」再び @ db tec...
E34 : [JPOUG Presents] Oracle Database の隠されている様々な謎を解くセッション「なーんでだ?」再び @ db tec...
 
Trabajo Colaborativo
Trabajo ColaborativoTrabajo Colaborativo
Trabajo Colaborativo
 
DeclaraçãO De ÓBito
DeclaraçãO De ÓBitoDeclaraçãO De ÓBito
DeclaraçãO De ÓBito
 
stilos vonka
stilos vonkastilos vonka
stilos vonka
 
Musica glam!
Musica glam!Musica glam!
Musica glam!
 
Proyecto mejorando laseguridad de control de procesos
Proyecto   mejorando laseguridad de control de procesosProyecto   mejorando laseguridad de control de procesos
Proyecto mejorando laseguridad de control de procesos
 
Prueba agomc
Prueba agomcPrueba agomc
Prueba agomc
 
Presentación1
Presentación1Presentación1
Presentación1
 
Mantenimiento preventivo y correctivo para la pc
Mantenimiento preventivo y  correctivo para la pcMantenimiento preventivo y  correctivo para la pc
Mantenimiento preventivo y correctivo para la pc
 
Proyecto sistemas rolo
Proyecto sistemas roloProyecto sistemas rolo
Proyecto sistemas rolo
 
Agenda tributaria-janeiro-2013
Agenda tributaria-janeiro-2013Agenda tributaria-janeiro-2013
Agenda tributaria-janeiro-2013
 
Parte2
Parte2Parte2
Parte2
 
Hóra a Pháid - Ceacht 39
Hóra a Pháid - Ceacht 39Hóra a Pháid - Ceacht 39
Hóra a Pháid - Ceacht 39
 
Diseño de un sistema de control interno de
Diseño de un sistema de control interno deDiseño de un sistema de control interno de
Diseño de un sistema de control interno de
 
Catálogo yoim imprenta (1)
Catálogo yoim imprenta (1)Catálogo yoim imprenta (1)
Catálogo yoim imprenta (1)
 
Excel
ExcelExcel
Excel
 
Pp de tec
Pp de tecPp de tec
Pp de tec
 
Bienvenidos al museo del romanticismo de carlos
Bienvenidos al museo del romanticismo de carlosBienvenidos al museo del romanticismo de carlos
Bienvenidos al museo del romanticismo de carlos
 
Dibujo de Figura Humana II
Dibujo de Figura Humana IIDibujo de Figura Humana II
Dibujo de Figura Humana II
 
Menú
MenúMenú
Menú
 

Ähnlich wie OOW Tokyo 2012 Unconference つまらない STATSPACK をさらにややこしく解説してみよう

C24 analyzing oracle database hang issues using various diagnostics_pubic by ...
C24 analyzing oracle database hang issues using various diagnostics_pubic by ...C24 analyzing oracle database hang issues using various diagnostics_pubic by ...
C24 analyzing oracle database hang issues using various diagnostics_pubic by ...
Insight Technology, Inc.
 
Dbts2012 unconference wttrw_yazekatsu_publish
Dbts2012 unconference wttrw_yazekatsu_publishDbts2012 unconference wttrw_yazekatsu_publish
Dbts2012 unconference wttrw_yazekatsu_publish
Yohei Azekatsu
 
A24 SQL Server におけるパフォーマンスチューニング手法 - 注目すべきポイントを簡単に by 多田典史
A24 SQL Server におけるパフォーマンスチューニング手法 - 注目すべきポイントを簡単に by 多田典史A24 SQL Server におけるパフォーマンスチューニング手法 - 注目すべきポイントを簡単に by 多田典史
A24 SQL Server におけるパフォーマンスチューニング手法 - 注目すべきポイントを簡単に by 多田典史
Insight Technology, Inc.
 
HandlerSocket plugin for MySQL
HandlerSocket plugin for MySQLHandlerSocket plugin for MySQL
HandlerSocket plugin for MySQL
akirahiguchi
 
待ち事象から考える、Sql server の改善ポイント
待ち事象から考える、Sql server の改善ポイント待ち事象から考える、Sql server の改善ポイント
待ち事象から考える、Sql server の改善ポイント
Masayuki Ozawa
 
Linux/DB Tuning (DevSumi2010, Japanese)
Linux/DB Tuning (DevSumi2010, Japanese)Linux/DB Tuning (DevSumi2010, Japanese)
Linux/DB Tuning (DevSumi2010, Japanese)
Yoshinori Matsunobu
 
C21 SQL Server のスレッド管理 by 古賀啓一郎
C21 SQL Server のスレッド管理 by 古賀啓一郎C21 SQL Server のスレッド管理 by 古賀啓一郎
C21 SQL Server のスレッド管理 by 古賀啓一郎
Insight Technology, Inc.
 
[A33] [特濃jpoug statspack on pdb oracle database 12c] 20131115 補足・続報付き
[A33] [特濃jpoug statspack on pdb oracle database 12c] 20131115 補足・続報付き[A33] [特濃jpoug statspack on pdb oracle database 12c] 20131115 補足・続報付き
[A33] [特濃jpoug statspack on pdb oracle database 12c] 20131115 補足・続報付き
Insight Technology, Inc.
 
Apache cloudstack4.0インストール
Apache cloudstack4.0インストールApache cloudstack4.0インストール
Apache cloudstack4.0インストール
Yasuhiro Arai
 
配布用Beginnerならきっと役立つmaster slave環境
配布用Beginnerならきっと役立つmaster slave環境配布用Beginnerならきっと役立つmaster slave環境
配布用Beginnerならきっと役立つmaster slave環境
yut148atgmaildotcom
 
Osc2012 tokyo fall_home_san_nayamaguti
Osc2012 tokyo fall_home_san_nayamagutiOsc2012 tokyo fall_home_san_nayamaguti
Osc2012 tokyo fall_home_san_nayamaguti
Noriyuki Yamaguchi
 

Ähnlich wie OOW Tokyo 2012 Unconference つまらない STATSPACK をさらにややこしく解説してみよう (20)

C24 analyzing oracle database hang issues using various diagnostics_pubic by ...
C24 analyzing oracle database hang issues using various diagnostics_pubic by ...C24 analyzing oracle database hang issues using various diagnostics_pubic by ...
C24 analyzing oracle database hang issues using various diagnostics_pubic by ...
 
[db tech showcase Tokyo 2018] #dbts2018 #D34 『サポートのトップエンジニアが語る - ワンランク上のStats...
[db tech showcase Tokyo 2018] #dbts2018 #D34 『サポートのトップエンジニアが語る - ワンランク上のStats...[db tech showcase Tokyo 2018] #dbts2018 #D34 『サポートのトップエンジニアが語る - ワンランク上のStats...
[db tech showcase Tokyo 2018] #dbts2018 #D34 『サポートのトップエンジニアが語る - ワンランク上のStats...
 
Dbts2012 unconference wttrw_yazekatsu_publish
Dbts2012 unconference wttrw_yazekatsu_publishDbts2012 unconference wttrw_yazekatsu_publish
Dbts2012 unconference wttrw_yazekatsu_publish
 
A24 SQL Server におけるパフォーマンスチューニング手法 - 注目すべきポイントを簡単に by 多田典史
A24 SQL Server におけるパフォーマンスチューニング手法 - 注目すべきポイントを簡単に by 多田典史A24 SQL Server におけるパフォーマンスチューニング手法 - 注目すべきポイントを簡単に by 多田典史
A24 SQL Server におけるパフォーマンスチューニング手法 - 注目すべきポイントを簡単に by 多田典史
 
PythonでテキストをJSONにした話(PyCon mini sapporo 2015)
PythonでテキストをJSONにした話(PyCon mini sapporo 2015)PythonでテキストをJSONにした話(PyCon mini sapporo 2015)
PythonでテキストをJSONにした話(PyCon mini sapporo 2015)
 
[db tech showcase Tokyo 2017] D21: ついに Red Hat Enterprise Linuxで SQL Serverが使...
[db tech showcase Tokyo 2017] D21: ついに Red Hat Enterprise Linuxで SQL Serverが使...[db tech showcase Tokyo 2017] D21: ついに Red Hat Enterprise Linuxで SQL Serverが使...
[db tech showcase Tokyo 2017] D21: ついに Red Hat Enterprise Linuxで SQL Serverが使...
 
HandlerSocket plugin for MySQL
HandlerSocket plugin for MySQLHandlerSocket plugin for MySQL
HandlerSocket plugin for MySQL
 
待ち事象から考える、Sql server の改善ポイント
待ち事象から考える、Sql server の改善ポイント待ち事象から考える、Sql server の改善ポイント
待ち事象から考える、Sql server の改善ポイント
 
Linux/DB Tuning (DevSumi2010, Japanese)
Linux/DB Tuning (DevSumi2010, Japanese)Linux/DB Tuning (DevSumi2010, Japanese)
Linux/DB Tuning (DevSumi2010, Japanese)
 
perfを使ったPostgreSQLの解析(後編)
perfを使ったPostgreSQLの解析(後編)perfを使ったPostgreSQLの解析(後編)
perfを使ったPostgreSQLの解析(後編)
 
中小規模サービスのApacheチューニング
中小規模サービスのApacheチューニング中小規模サービスのApacheチューニング
中小規模サービスのApacheチューニング
 
C21 SQL Server のスレッド管理 by 古賀啓一郎
C21 SQL Server のスレッド管理 by 古賀啓一郎C21 SQL Server のスレッド管理 by 古賀啓一郎
C21 SQL Server のスレッド管理 by 古賀啓一郎
 
LagopusとAzureとIPsecとDPDK
LagopusとAzureとIPsecとDPDKLagopusとAzureとIPsecとDPDK
LagopusとAzureとIPsecとDPDK
 
RouterBOARD with OpenFlow
RouterBOARD with OpenFlowRouterBOARD with OpenFlow
RouterBOARD with OpenFlow
 
私はここでつまづいた! Oracle database 11g から 12cへのアップグレードと Oracle Database 12c の新機能@201...
私はここでつまづいた! Oracle database 11g から 12cへのアップグレードと Oracle Database 12c の新機能@201...私はここでつまづいた! Oracle database 11g から 12cへのアップグレードと Oracle Database 12c の新機能@201...
私はここでつまづいた! Oracle database 11g から 12cへのアップグレードと Oracle Database 12c の新機能@201...
 
[A33] [特濃jpoug statspack on pdb oracle database 12c] 20131115 補足・続報付き
[A33] [特濃jpoug statspack on pdb oracle database 12c] 20131115 補足・続報付き[A33] [特濃jpoug statspack on pdb oracle database 12c] 20131115 補足・続報付き
[A33] [特濃jpoug statspack on pdb oracle database 12c] 20131115 補足・続報付き
 
Apache cloudstack4.0インストール
Apache cloudstack4.0インストールApache cloudstack4.0インストール
Apache cloudstack4.0インストール
 
配布用Beginnerならきっと役立つmaster slave環境
配布用Beginnerならきっと役立つmaster slave環境配布用Beginnerならきっと役立つmaster slave環境
配布用Beginnerならきっと役立つmaster slave環境
 
20150630_MySQL勉強会
20150630_MySQL勉強会20150630_MySQL勉強会
20150630_MySQL勉強会
 
Osc2012 tokyo fall_home_san_nayamaguti
Osc2012 tokyo fall_home_san_nayamagutiOsc2012 tokyo fall_home_san_nayamaguti
Osc2012 tokyo fall_home_san_nayamaguti
 

Kürzlich hochgeladen

Kürzlich hochgeladen (11)

Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その22024/04/26の勉強会で発表されたものです。
 
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
論文紹介: The Surprising Effectiveness of PPO in Cooperative Multi-Agent Games
 
新人研修 後半 2024/04/26の勉強会で発表されたものです。
新人研修 後半        2024/04/26の勉強会で発表されたものです。新人研修 後半        2024/04/26の勉強会で発表されたものです。
新人研修 後半 2024/04/26の勉強会で発表されたものです。
 
LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
LoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイスLoRaWANスマート距離検出センサー  DS20L  カタログ  LiDARデバイス
LoRaWANスマート距離検出センサー DS20L カタログ LiDARデバイス
 
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
NewSQLの可用性構成パターン(OCHaCafe Season 8 #4 発表資料)
 
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
論文紹介:Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Groun...
 
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
論文紹介:Selective Structured State-Spaces for Long-Form Video Understanding
 
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアルLoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
LoRaWAN スマート距離検出デバイスDS20L日本語マニュアル
 
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
業務で生成AIを活用したい人のための生成AI入門講座(社外公開版:キンドリルジャパン社内勉強会:2024年4月発表)
 
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
Amazon SES を勉強してみる その32024/04/26の勉強会で発表されたものです。
 
Observabilityは従来型の監視と何が違うのか(キンドリルジャパン社内勉強会:2022年10月27日発表)
Observabilityは従来型の監視と何が違うのか(キンドリルジャパン社内勉強会:2022年10月27日発表)Observabilityは従来型の監視と何が違うのか(キンドリルジャパン社内勉強会:2022年10月27日発表)
Observabilityは従来型の監視と何が違うのか(キンドリルジャパン社内勉強会:2022年10月27日発表)
 

OOW Tokyo 2012 Unconference つまらない STATSPACK をさらにややこしく解説してみよう