6.3.8.3.4 カテゴリ・メトリックを使用したIORMの監視
カテゴリ・メトリックは、現在のIORMカテゴリ・プランで指定した各カテゴリからのI/O負荷に関する情報を提供します。
カテゴリ・メトリックは、objectType=IORM_CATEGORY
であるMETRICCURRENT
、METRICDEFINITION
およびMETRICHISTORY
オブジェクトで識別されます。
メトリックを表示するカテゴリは、METRICCURRENT
オブジェクトおよびMETRICHISTORY
オブジェクトのmetricObjectName
属性で指定されます。
cumulativeメトリックの場合は、様々なcollectionTime
期間から値を減算することにより、特定の期間のメトリック値を算出できます。rateメトリックの場合は、メトリック値の期間は直前の1分間になります。
例6-11 カテゴリのメトリック定義の表示
この例は、Oracle Exadata System Softwareで使用可能なカテゴリ・メトリック定義を表示する方法を示しています。
CellCLI> LIST METRICDEFINITION ATTRIBUTES NAME,DESCRIPTION WHERE OBJECTTYPE = IORM_CATEGORY
CT_FC_IO_BY_SEC "Number of megabytes of I/O per second for this category to flash cache"
CT_FC_IO_RQ "Number of IO requests issued by an IORM category to flash cache"
CT_FC_IO_RQ_LG "Number of large IO requests issued by an IORM category to flash cache"
CT_FC_IO_RQ_LG_SEC "Number of large IO requests issued by an IORM category to flash cache per second"
CT_FC_IO_RQ_SEC "Number of IO requests issued by an IORM category to flash cache per second"
CT_FC_IO_RQ_SM "Number of small IO requests issued by an IORM category to flash cache"
CT_FC_IO_RQ_SM_SEC "Number of small IO requests issued by an IORM category to flash cache per second"
CT_FD_IO_BY_SEC "Number of megabytes of I/O per second for this category to flash disks"
CT_FD_IO_LOAD "Average I/O load from this category for flash disks"
CT_FD_IO_RQ_LG "Number of large IO requests issued by an IORM category to flash disks"
CT_FD_IO_RQ_LG_SEC "Number of large IO requests issued by an IORM category to flash disks per second"
CT_FD_IO_RQ_SM "Number of small IO requests issued by an IORM category to flash disks"
CT_FD_IO_RQ_SM_SEC "Number of small IO requests issued by an IORM category to flash disks per second"
CT_FD_IO_TM "The cumulative latency of reading or writing blocks for this category from flash disks"
CT_FD_IO_TM_LG "The cumulative latency of reading or writing large blocks for this category from flash disks"
CT_FD_IO_TM_LG_RQ "The rate which is the average latency of reading or writing large blocks per request for this category from flash disks"
CT_FD_IO_TM_RQ "The rate which is the average latency of reading or writing blocks per request for this category from flash disks"
CT_FD_IO_TM_SM "The cumulative latency of reading or writing small blocks for this category from flash disks"
CT_FD_IO_TM_SM_RQ "The rate which is the average latency of reading or writing small blocks per request for this category from flash disks"
CT_FD_IO_UTIL "Percentage of flash resources utilized by this category"
CT_FD_IO_UTIL_LG "Percentage of flash resources utilized by large requests from this category"
CT_FD_IO_UTIL_SM "Percentage of flash resources utilized by small requests from this category"
CT_FD_IO_WT_LG "IORM wait time for large IO requests issued to flash disks by an IORM category"
CT_FD_IO_WT_LG_RQ "Average IORM wait time per request for large IO requests issued to flash disks by an IORM category"
CT_FD_IO_WT_SM "IORM wait time for small IO requests issued to flash disks by an IORM category"
CT_FD_IO_WT_SM_RQ "Average IORM wait time per request for small IO requests issued to flash disks by an IORM category"
CT_IO_BY_SEC "Number of megabytes of I/O per second for this category to hard disks"
CT_IO_LOAD "Average I/O load from this category for hard disks"
CT_IO_RQ_LG "Number of large IO requests issued by an IORM category to hard disks"
CT_IO_RQ_LG_SEC "Number of large IO requests issued by an IORM category to hard disks per second"
CT_IO_RQ_SM "Number of small IO requests issued by an IORM category to hard disks"
CT_IO_RQ_SM_SEC "Number of small IO requests issued by an IORM category to hard disks per second"
CT_IO_TM_LG "The cumulative latency of reading or writing large blocks for this category from hard disks"
CT_IO_TM_LG_RQ "The rate which is the average latency of reading or writing large blocks per request for this category from hard disks"
CT_IO_TM_SM "The cumulative latency of reading or writing small blocks for this category from hard disks"
CT_IO_TM_SM_RQ "The rate which is the average latency of reading or writing small blocks per request for this category from hard disks"
CT_IO_UTIL_LG "Percentage of disk resources utilized by large requests from this category"
CT_IO_UTIL_SM "Percentage of disk resources utilized by small requests from this category"
CT_IO_WT_LG "IORM wait time for large IO requests issued to hard disks by an IORM category"
CT_IO_WT_LG_RQ "Average IORM wait time per request for large IO requests issued to hard disks by an IORM category"
CT_IO_WT_SM "IORM wait time for small IO requests issued to hard disks by an IORM category"
CT_IO_WT_SM_RQ "Average IORM wait time per request for small IO requests issued to hard disks by an IORM category"
次の追加詳細に注意してください。
-
メトリックの説明では、Small IOリクエストは128 KB以下で、Large IOリクエストは128 KBを超えるものです。
- 待機メトリックの測定単位はミリ秒です。待機メトリックのメトリック名は、
CD_IO_WT_
で始まります。 -
I/O負荷に関連するメトリック(
CT_FD_IO_LOAD
やCT_IO_LOAD
など)については、CD_IO_LOAD
に関連する追加情報を参照してください。 -
すべてのカテゴリの累積メトリックは、カテゴリ、IORMまたはデータベース・リソースのプランが変更されるとゼロにリセットされます。
-
データベース間のプランのカテゴリ・メトリックの履歴を表示するには、次のCellCLIコマンドを使用します。
CellCLI> LIST METRICHISTORY WHERE objectType = 'IORM_CATEGORY' AND metricValue != 0 ATTRIBUTES name, metricObjectName, metricValue, collectionTime
-
カテゴリ・メトリックは、内部生成および自動的に管理される次のカテゴリでも提供されます。
-
_ASM_
: Oracle ASM関連のI/O -
_ORACLE_BG_CATEGORY_
: Oracle Databaseバックグラウンド・プロセスで発行される優先度の高いI/O -
_ORACLE_MEDPRIBG_CATEGORY_
: Oracle Databaseバックグラウンド・プロセスで発行される優先度が中位のI/O -
_ORACLE_LOWPRIBG_CATEGORY_
: Oracle Databaseバックグラウンド・プロセスで発行される優先度の低いI/O
-