6.3.9.3 Exadataメトリックを使用したセル・ディスクI/Oの監視
セル・ディスクのメトリックでは、セル・ディスクからの大きいブロック読取り数など、セル・ディスクのI/O負荷に関する情報が提供されます。
セル・ディスクのメトリックは、objectType=CELLDISK
であるMETRICCURRENT
、METRICDEFINITION
およびMETRICHISTORY
オブジェクトで識別されます。
メトリックを表示するセル・ディスクは、METRICCURRENT
オブジェクトおよびMETRICHISTORY
オブジェクトのmetricObjectName
属性で指定されます。
累積メトリックの場合は、様々なcollectionTime
期間から値を減算することにより、特定の期間のメトリック値が算出されます。rateメトリックの場合は、メトリック値の期間は直前の1分間になります。
例6-12 セル・ディスクのメトリック定義の表示
この例は、Oracle Exadata System Softwareで使用可能なセル・ディスクのメトリック定義を表示する方法を示しています。
CellCLI> LIST METRICDEFINITION ATTRIBUTES NAME,DESCRIPTION WHERE OBJECTTYPE = CELLDISK
CD_BY_FC_DIRTY "Number of unflushed megabytes cached in FLASHCACHE on a cell disk"
CD_IO_BY_R_LG "Number of megabytes read in large blocks from a cell disk"
CD_IO_BY_R_LG_SEC "Number of megabytes read in large blocks per second from a cell disk"
CD_IO_BY_R_SCRUB "Number of megabytes read from a cell disk by the scrubbing job"
CD_IO_BY_R_SCRUB_SEC "Number of megabytes read per second from a cell disk by the scrubbing job"
CD_IO_BY_R_SM "Number of megabytes read in small blocks from a cell disk"
CD_IO_BY_R_SM_SEC "Number of megabytes read in small blocks per second from a cell disk"
CD_IO_BY_W_LG "Number of megabytes written in large blocks to a cell disk"
CD_IO_BY_W_LG_SEC "Number of megabytes written in large blocks per second to a cell disk"
CD_IO_BY_W_SM "Number of megabytes written in small blocks to a cell disk"
CD_IO_BY_W_SM_SEC "Number of megabytes written in small blocks per second to a cell disk"
CD_IO_ERRS "Number of IO errors on a cell disk"
CD_IO_ERRS_MIN "Number of IO errors on a cell disk per minute"
CD_IO_ERRS_SCRUB "Number of IO errors hit by the scrubbing job on a cell disk"
CD_IO_LOAD "Average I/O load for the cell disk"
CD_IO_RQ_R_LG "Number of requests to read large blocks from a cell disk"
CD_IO_RQ_R_LG_SEC "Number of requests to read large blocks per second from a cell disk"
CD_IO_RQ_R_SCRUB "Number of requests to read from a cell disk by the scrubbing job"
CD_IO_RQ_R_SCRUB_SEC "Number of requests to read per second from a cell disk by the scrubbing job"
CD_IO_RQ_R_SM "Number of requests to read small blocks from a cell disk"
CD_IO_RQ_R_SM_SEC "Number of requests to read small blocks per second from a cell disk"
CD_IO_RQ_W_LG "Number of requests to write large blocks to a cell disk"
CD_IO_RQ_W_LG_SEC "Number of requests to write large blocks per second to a cell disk"
CD_IO_RQ_W_SM "Number of requests to write small blocks to a cell disk"
CD_IO_RQ_W_SM_SEC "Number of requests to write small blocks per second to a cell disk"
CD_IO_ST_RQ "Average service time per request for small IO requests to a cell disk"
CD_IO_TM_R_LG "Cumulative latency of reading large blocks from a cell disk"
CD_IO_TM_R_LG_RQ "Average latency of reading large blocks per request to a cell disk"
CD_IO_TM_R_SM "Cumulative latency of reading small blocks from a cell disk"
CD_IO_TM_R_SM_RQ "Average latency of reading small blocks per request from a cell disk"
CD_IO_TM_W_LG "Cumulative latency of writing large blocks to a cell disk"
CD_IO_TM_W_LG_RQ "Average latency of writing large blocks per request to a cell disk"
CD_IO_TM_W_SM "Cumulative latency of writing small blocks to a cell disk"
CD_IO_TM_W_SM_RQ "Average latency of writing small blocks per request to a cell disk"
CD_IO_UTIL "Percentage of disk resources utilized for the cell disk"
CD_IO_UTIL_LG "Percentage of disk resources utilized by large requests for the cell disk"
CD_IO_UTIL_SM "Percentage of disk resources utilized by small requests for the cell disk"
次の追加詳細に注意してください。
-
CD_IO_LOAD
は、セル・ディスクの平均I/O負荷を表します。I/O負荷によってディスク・キューの長さが決まります。これはiostatの
avgqu-sz
に似ていますが、I/O負荷はディスクのタイプ応じて重みが付けられた値です。- ハード・ディスクの場合、大きなI/Oの重みは小さなI/Oの3倍です。
- フラッシュ・ディスクの場合、大きなI/Oと小さなI/Oの重みは同じです。
対応するメトリックは、各データベース(
DB_IO_LOAD
)、プラガブル・データベース(PDB) (PDB_IO_LOAD
)、IORMカテゴリ(CT_IO_LOAD
)およびコンシューマ・グループ(CG_IO_LOAD
)でも使用できます。 -
CD_IO_ST_RQ
は、フラッシュ・デバイスには使用できません(iostatの使用を参照)。 -
CD_IO_UTIL
は、ハード・ディスクのiostat
の%util
に似ていますが、iostatの使用で説明されているようにフラッシュ・デバイスには使用できません。フラッシュ・デバイスの場合、これは製品データ・シートで指定された、システムの最大I/O帯域幅の割合です。このメトリックはIORMによって計算されるため、データベース、PDBおよびコンシューマ・グループごとに使用することもできます。
- レイテンシ・メトリックの測定単位はマイクロ秒です。レイテンシ・メトリックのメトリック名は、
CD_IO_TM_
で始まります。
親トピック: セル・ディスクI/Oの監視