本文へスキップ

MySQL指標

データベース指標(メトリクス)は、データベースの作業量とリソース使用量を包括的に収集します。WhaTapモニタリングサービスは持続的に指標を収集し、データベースのボトルネックを特定し、性能問題の根本原因を特定するのに役立つデータを提供します。

メトリクスに関する詳細については、次の文書を参照してください。

agent_status_summary

エージェントの状態に関するメトリクスを10秒間隔で収集したカテゴリです。

Fields

フィールド名単位説明備考
inActTimeミリ秒(ms)エージェントが無効になったままの時間-
isActive-現在のエージェントの活性化状態true / false
isRestart-エージェントの再起動可否true / false
lastActTimeミリ秒(ms)最後にエージェントが活性化された状態の時刻0: 無効化された場合
oid-プロジェクトに含まれる各エージェントの固有の識別子-
startTimeミリ秒(ms)エージェントが開始された時点でのタイムスタンプ-

db_mysql_counter

Tags

次はdb_mysql_counterカテゴリに収集されるタグ値の案内です。

タグ名説明備考
agentIpエージェントごとのIPアドレスです。-
dbIsMultiMultitenant対応可否です。-
dbNameデータベース名です。-
dbTypeデータベースの種類です。-
dbVersion利用中のデータベースのバージョンです。-
onameエージェント名です。ユニーク値

Field

次はdb_mysql_counterカテゴリに収集されるフィールド値の案内です。

MetricsDescriptionCategory
Aborted_clientsクライアント接続が異常に終了した回数です。Connection
Aborted_connectsクライアント接続の試行が失敗した回数です。Connection
Acl_cache_items_countACL(アクセス制御一覧) キャッシュ項目の数です。Info
Binlog_bytes_written-バイナリログに記録されたバイト数です。Performance
Binlog_cache_disk_useディスクに記録されたバイナリログのキャッシュ使用回数です。I/O
Binlog_cache_useバイナリログキャッシュが使用された回数です。I/O
Binlog_commits-バイナリログに記録されたコミット数です。Performance
Binlog_stmt_cache_disk_useディスクに記録されたバイナリログのステートメントキャッシュの使用回数です。I/O
Binlog_stmt_cache_useバイナリログのステートメントキャッシュが使用された回数です。I/O
Bytes_receivedDBサーバーが受信したデータの合計バイト数です。この値が高い場合は、そのサーバーは書込み作業(insertなど) メインのサーバーであることが分かります。MySQL Resource
Bytes_sentDB サーバーが送信したデータの合計バイト数です。この値が高い場合は、このサーバーは読み取り作業(select) メインのサーバーであることが分かります。QuestionsUptimeと一緒に応用してみると、1つのクエリ当たりの平均Byte、1時間当たりの処理Byteなどを計算できます。MySQL Resource
Com_admin_commands実行された管理コマンドの数です。Performance
Com_alter_dbALTER DATABASEコマンドの実行回数です。Performance
Com_alter_eventALTER EVENTコマンドの実行回数です。Performance
Com_alter_functionALTER FUNCTIONコマンドの実行回数です。Performance
Com_alter_instanceALTER INSTANCEコマンドの実行回数です。Performance
Com_alter_procedureALTER PROCEDUREコマンドの実行回数です。Performance
Com_alter_resource_groupALTER RESOURCE GROUPコマンドの実行回数です。Performance
Com_alter_serverALTER SERVERコマンドの実行回数です。Performance
Com_alter_tableALTER TABLEコマンドの実行回数です。Performance
Com_alter_tablespaceALTER TABLESPACEコマンドの実行回数です。Performance
Com_alter_userALTER USERコマンドの実行回数です。Performance
Com_alter_user_default_roleALTER USER DEFAULT ROLEコマンドの実行回数です。Performance
Com_analyzeANALYZEコマンドの実行回数です。Performance
Com_assign_to_keycacheKEYCACHEに割り当てられたコマンドの実行回数です。Performance
Com_beginBEGINコマンドの実行回数です。Performance
Com_binlogBINLOGコマンドの実行回数です。Performance
Com_call_procedureCALL PROCEDUREコマンドの実行回数です。Performance
Com_change_dbCHANGE DATABASEコマンドの実行回数です。Performance
Com_change_masterCHANGE MASTERコマンドの実行回数です。Performance
Com_change_repl_filterCHANGE REPLICATION FILTERコマンドの実行回数です。Performance
Com_change_replication_sourceCHANGE REPLICATION SOURCEコマンドの実行回数です。Performance
Com_checkCHECKコマンドの実行回数です。Performance
Com_checksumCHECKSUMコマンドの実行回数です。Performance
Com_cloneCLONEコマンドの実行回数です。Performance
Com_commitCOMMITコマンドの実行回数です。Throughput
Com_create_dbCREATE DATABASEコマンドの実行回数です。Performance
Com_create_eventCREATE EVENTコマンドの実行回数です。Performance
Com_create_functionCREATE FUNCTIONコマンドの実行回数です。Performance
Com_create_indexCREATE INDEXコマンドの実行回数です。Performance
Com_create_procedureCREATE PROCEDUREコマンドの実行回数です。Performance
Com_create_resource_groupCREATE RESOURCE GROUPコマンドの実行回数です。Performance
Com_create_roleCREATE ROLEコマンドの実行回数です。Performance
Com_create_serverCREATE SERVERコマンドの実行回数です。Performance
Com_create_spatial_reference_systemCREATE SPATIAL REFERENCE SYSTEMコマンドの実行回数です。Performance
Com_create_tableCREATE TABLEコマンドの実行回数です。Performance
Com_create_triggerCREATE TRIGGERコマンドの実行回数です。Performance
Com_create_udfCREATE UDFコマンドの実行回数です。Performance
Com_create_userCREATE USERコマンドの実行回数です。Performance
Com_create_viewCREATE VIEWコマンドの実行回数です。Performance
Com_dealloc_sqlDEALLOC SQLコマンドの実行回数です。Performance
Com_deleteDELETEコマンドの実行回数です。handler_deleteとは、別の行がテーブルから削除された回数を計算します。Throughput
Com_delete_multiDELETE MULTIコマンドの実行回数です。Performance
Com_doDOコマンドの実行回数です。Performance
Com_drop_dbDROP DATABASEコマンドの実行回数です。Performance
Com_drop_eventDROP EVENTコマンドの実行回数です。Performance
Com_drop_functionDROP FUNCTIONコマンドの実行回数です。Performance
Com_drop_indexDROP INDEXコマンドの実行回数です。Performance
Com_drop_procedureDROP PROCEDUREコマンドの実行回数です。Performance
Com_drop_resource_groupDROP RESOURCE GROUPコマンドの実行回数です。Performance
Com_drop_roleDROP ROLEコマンドの実行回数です。Performance
Com_drop_serverDROP SERVERコマンドの実行回数です。Performance
Com_drop_spatial_reference_systemDROP SPATIAL REFERENCE SYSTEMコマンドの実行回数です。Performance
Com_drop_tableDROP TABLEコマンドの実行回数です。Performance
Com_drop_triggerDROP TRIGGERコマンドの実行回数です。Performance
Com_drop_userDROP USERコマンドの実行回数です。Performance
Com_drop_viewDROP VIEWコマンドの実行回数です。Performance
Com_empty_query空のクエリが実行された回数です。Performance
Com_execute_sqlSQLコマンドの実行回数です。Performance
Com_explain_otherEXPLAIN OTHERコマンドの実行回数です。Performance
Com_flushFLUSHコマンドの実行回数です。Performance
Com_get_diagnosticsGET DIAGNOSTICSコマンドの実行回数です。Performance
Com_grantGRANTコマンドの実行回数です。Performance
Com_grant_rolesGRANT ROLESコマンドの実行回数です。Performance
Com_group_replication_startGROUP REPLICATION STARTコマンドの実行回数です。Performance
Com_group_replication_stopGROUP REPLICATION STOPコマンドの実行回数です。Performance
Com_ha_closeHA CLOSEコマンドの実行回数です。Performance
Com_ha_openHA OPENコマンドの実行回数です。Performance
Com_ha_readHA READコマンドの実行回数です。Performance
Com_helpHELPコマンドの実行回数です。Info
Com_importIMPORTコマンドの実行回数です。Performance
Com_insertINSERTコマンドの実行回数です。Throughput
Com_insert_selectINSERT SELECTコマンドの実行回数です。Performance
Com_install_componentINSTALL COMPONENTコマンドの実行回数です。Performance
Com_install_pluginINSTALL PLUGINコマンドの実行回数です。Performance
Com_killKILLコマンドの実行回数です。Performance
Com_loadLOADコマンドの実行回数です。Performance
Com_lock_instanceLOCK INSTANCEコマンドの実行回数です。Performance
Com_lock_tablesLOCK TABLESコマンドの実行回数です。Performance
Com_optimizeOPTIMIZEコマンドの実行回数です。Performance
Com_preload_keysPRELOAD KEYSコマンドの実行回数です。Performance
Com_prepare_sqlSQLコマンドの準備回数です。Performance
Com_purgePURGEコマンドの実行回数です。Performance
Com_purge_before_date特定の日付以前のデータをまとめた回数です。Performance
Com_release_savepointSAVEPOINTリリースコマンドの実行回数です。Performance
Com_rename_tableRENAME TABLEコマンドの実行回数です。Performance
Com_rename_userRENAME USERコマンドの実行回数です。Performance
Com_repairREPAIRコマンドの実行回数です。Performance
Com_replaceREPLACEコマンドの実行回数です。Performance
Com_replace_selectREPLACE SELECTコマンドの実行回数です。Performance
Com_replica_startREPLICA STARTコマンドの実行回数です。Connection
Com_replica_stopREPLICA STOPコマンドの実行回数です。Connection
Com_resetRESETコマンドの実行回数です。Performance
Com_resignalRESIGNALコマンドの実行回数です。Performance
Com_restartRESTARTコマンドの実行回数です。Performance
Com_revokeREVOKEコマンドの実行回数です。Performance
Com_revoke_allREVOKE ALLコマンドの実行回数です。Performance
Com_revoke_rolesREVOKE ROLESコマンドの実行回数です。Performance
Com_rollbackROLLBACKコマンドの実行回数です。Throughput
Com_rollback_to_savepoint特定SAVEPOINTでROLLBACKされた回数です。Performance
Com_savepointSAVEPOINTコマンドの実行回数です。Performance
Com_selectSELECTコマンドの実行回数です。Throughput
Com_set_optionSET OPTIONコマンドの実行回数です。Performance
Com_set_passwordSET PASSWORDコマンドの実行回数です。Performance
Com_set_resource_groupSET RESOURCE GROUPコマンドの実行回数です。Performance
Com_set_roleSET ROLEコマンドの実行回数です。Performance
Com_show_binlog_eventsSHOW BINLOG EVENTSコマンドの実行回数です。Info
Com_show_binlogsSHOW BINLOGSコマンドの実行回数です。Info
Com_show_charsetsSHOW CHARSETSコマンドの実行回数です。Info
Com_show_collationsSHOW COLLATIONSコマンドの実行回数です。Info
Com_show_create_dbSHOW CREATE DATABASEコマンドの実行回数です。Info
Com_show_create_eventSHOW CREATE EVENTコマンドの実行回数です。Info
Com_show_create_funcSHOW CREATE FUNCTIONコマンドの実行回数です。Info
Com_show_create_procSHOW CREATE PROCEDUREコマンドの実行回数です。Info
Com_show_create_tableSHOW CREATE TABLEコマンドの実行回数です。Info
Com_show_create_triggerSHOW CREATE TRIGGERコマンドの実行回数です。Info
Com_show_create_userSHOW CREATE USERコマンドの実行回数です。Info
Com_show_databasesSHOW DATABASESコマンドの実行回数です。Info
Com_show_engine_logsSHOW ENGINE LOGSコマンドの実行回数です。Info
Com_show_engine_mutexSHOW ENGINE MUTEXコマンドの実行回数です。Info
Com_show_engine_statusSHOW ENGINE STATUSコマンドの実行回数です。Info
Com_show_errorsSHOW ERRORSコマンドの実行回数です。Info
Com_show_eventsSHOW EVENTSコマンドの実行回数です。Info
Com_show_fieldsSHOW FIELDSコマンドの実行回数です。Info
Com_show_function_codeSHOW FUNCTION CODEコマンドの実行回数です。Info
Com_show_function_statusSHOW FUNCTION STATUSコマンドの実行回数です。Info
Com_show_grantsSHOW GRANTSコマンドの実行回数です。Info
Com_show_keysSHOW KEYSコマンドの実行回数です。Info
Com_show_master_statusSHOW MASTER STATUSコマンドの実行回数です。Info
Com_show_open_tablesSHOW OPEN TABLESコマンドの実行回数です。Info
Com_show_pluginsSHOW PLUGINSコマンドの実行回数です。Info
Com_show_privilegesSHOW PRIVILEGESコマンドの実行回数です。Info
Com_show_procedure_codeSHOW PROCEDURE CODEコマンドの実行回数です。Info
Com_show_procedure_statusSHOW PROCEDURE STATUSコマンドの実行回数です。Info
Com_show_processlistSHOW PROCESSLISTコマンドの実行回数です。Info
Com_show_profileSHOW PROFILEコマンドの実行回数です。Info
Com_show_profilesSHOW PROFILESコマンドの実行回数です。Info
Com_show_relaylog_eventsSHOW RELAYLOG EVENTSコマンドの実行回数です。Info
Com_show_replica_statusSHOW REPLICA STATUSコマンドの実行回数です。Info
Com_show_replicasSHOW REPLICASコマンドの実行回数です。Info
Com_show_slave_hostsSHOW SLAVE HOSTSコマンドの実行回数です。Info
Com_show_slave_statusSHOW SLAVE STATUSコマンドの実行回数です。Info
Com_show_statusSHOW STATUSコマンドの実行回数です。Info
Com_show_storage_enginesSHOW STORAGE ENGINESコマンドの実行回数です。Info
Com_show_table_statusSHOW TABLE STATUSコマンドの実行回数です。Info
Com_show_tablesSHOW TABLESコマンドの実行回数です。Info
Com_show_triggersSHOW TRIGGERSコマンドの実行回数です。Info
Com_show_variablesSHOW VARIABLESコマンドの実行回数です。Info
Com_show_warningsSHOW WARNINGSコマンドの実行回数です。Info
Com_shutdownSHUTDOWNコマンドの実行回数です。Performance
Com_signalSIGNALコマンドの実行回数です。Performance
Com_slave_startSLAVE STARTコマンドの実行回数です。Connection
Com_slave_stopSLAVE STOPコマンドの実行回数です。Connection
Com_stmt_closeSTMT CLOSEコマンドの実行回数です。Performance
Com_stmt_executeSTMT EXECUTEコマンドの実行回数です。Performance
Com_stmt_fetchSTMT FETCHコマンドの実行回数です。Performance
Com_stmt_prepareSTMT PREPAREコマンドの実行回数です。Performance
Com_stmt_reprepareSTMT REPREPAREコマンドの実行回数です。Performance
Com_stmt_resetSTMT RESETコマンドの実行回数です。Performance
Com_stmt_send_long_dataSTMT SEND LONG DATAコマンドの実行回数です。Performance
Com_truncateTRUNCATEコマンドの実行回数です。Performance
Com_uninstall_componentUNINSTALL COMPONENTコマンドの実行回数です。Performance
Com_uninstall_pluginUNINSTALL PLUGINコマンドの実行回数です。Performance
Com_unlock_instanceUNLOCK INSTANCEコマンドの実行回数です。Performance
Com_unlock_tablesUNLOCK TABLESコマンドの実行回数です。Performance
Com_updateUPDATEコマンドの実行回数です。Throughput
Com_update_multiUPDATE MULTIコマンドの実行回数です。Performance
Com_xa_commitXA COMMITコマンドの実行回数です。Performance
Com_xa_endXA ENDコマンドの実行回数です。Performance
Com_xa_prepareXA PREPAREコマンドの実行回数です。Performance
Com_xa_recoverXA RECOVERコマンドの実行回数です。Performance
Com_xa_rollbackXA ROLLBACKコマンドの実行回数です。Performance
Com_xa_startXA STARTコマンドの実行回数です。Performance
Connection_errors_acceptクライアント接続の受け入れエラーの回数です。Connection
Connection_errors_internal内部接続エラーの回数です。Connection
Connection_errors_max_connectionsmax_connectionsの制限により拒否された接続エラーの回数です。Connection
Connection_errors_peer_addressピアアドレス接続エラーの回数です。Connection
Connection_errors_selectSELECT接続エラーの回数です。Connection
Connection_errors_tcpwrapTCP WRAP接続エラーの回数です。Connection
Connectionsクライアントの総接続数です。Connection
Created_tmp_disk_tablesコマンドを実行する際にサーバーからディスクに生成した一時テーブルの数です。ディスクの使用は性能を低下させる恐れがあるため、この値が大きくなった場合は、tmp_table_sizeまたはmax_heap_table_sizeの調整を検討してください。MySQL Resource
Created_tmp_filesmysqldが生成した一時ファイルの数です。MySQL Resource
Created_tmp_tablesコマンドを実行する際にサーバーから生成された内部の一時テーブルの数です。一般的にクエリでUNION ALLを使用したりORDER BY、GROUP BY、DISTINCTを使用するなどの場合、一時テーブルが使用されます。内部の一時テーブルの総数(Created_tmp_disk_tables + Created_tmp_tables)に対し、ディスク上の一時テーブルの数(Created_tmp_disk_tables)が高くないように調整してください。(10%未満)MySQL Resource
Delayed_errors遅延挿入でのエラーの数です。Performance
Delayed_insert_threads遅延挿入を処理するスレッドの数です。Performance
Delayed_writes遅延挿入作業の数です。Performance
Deprecated_use_i_s_processlist_count使用中止となったINFORMATION_SCHEMA PROCESSLISTの使用回数です。Info
Deprecated_use_i_s_processlist_last_timestamp最後に使用された、使用中止となったINFORMATION_SCHEMA PROCESSLISTタイムスタンプです。Info
Error_log_buffered_bytesバッファ内のエラーログのバイト数です。I/O
Error_log_buffered_eventsバッファ内のエラーログイベントの数です。I/O
Error_log_expired_events期限切れのエラーログイベントの数です。I/O
Error_log_latest_writeエラーログの最後記録時刻です。Info
Flush_commandsFLUSHコマンドの実行回数です。Performance
Global_connection_memory全ユーザー接続で消費する合計メモリ量です。MySQL Resource
Handler_commitCOMMIT作業回数です。I/O
Handler_deleteDELETE作業回数です。I/O
Handler_discoverDISCOVER作業回数です。I/O
Handler_external_lock外部ロックの作業回数です。I/O
Handler_mrr_initMRR(マルチレンジリード) 初期化の回数です。I/O
Handler_preparePREPARE作業回数です。I/O
Handler_read_first最初レコードの読み取り作業の回数です。I/O
Handler_read_keyキーの読み取り作業の回数です。I/O
Handler_read_last最後レコードの読み取り作業の回数です。I/O
Handler_read_next次のレコードの読み取り作業の回数です。I/O
Handler_read_prev以前のレコードの読み取り作業の回数です。I/O
Handler_read_rnd任意のレコードの読み取り作業の回数です。I/O
Handler_read_rnd_next任意の次のレコードの読み取り作業の回数です。I/O
Handler_rollbackROLLBACK作業回数です。I/O
Handler_savepointSAVEPOINT作業回数です。I/O
Handler_savepoint_rollbackSAVEPOINT ROLLBACK作業回数です。I/O
Handler_updateUPDATE作業回数です。I/O
Handler_writeWRITE作業回数です。I/O
Innodb_buffer_pool_bytes_dataInnoDBバッファプールでデータが含まれたバイト数です。MySQL Resource
Innodb_buffer_pool_bytes_dirtyInnoDBバッファプールで変更されたバイト数(ダーティデータ数)となります。MySQL Resource
Innodb_buffer_pool_pages_dataInnoDBバッファプールで使用されているバッファプールページの数です。MySQL Resource
Innodb_buffer_pool_pages_dirtyInnoDBバッファプールで変更されたページ数(ダーティページ数)です。MySQL Resource
Innodb_buffer_pool_pages_flushedInnoDBバッファプールでフラッシュされたページの数です。バッファプールのダーティデータをディスクに書き込む作業であり、頻繁なフラッシュはディスクに負担をかけるため、ディスクの性能とともにモニタリングする必要があります。MySQL Resource
Innodb_buffer_pool_pages_freeInnoDBバッファプールで使用可能なページ数です。MySQL Resource
Innodb_buffer_pool_pages_miscInnoDBバッファプールの管理用ページ数です。MySQL Resource
Innodb_buffer_pool_pages_totalInnoDBバッファプールの合計ページ数です。MySQL Resource
Innodb_buffer_pool_read_aheadInnoDBバッファプールで先読みが発生した回数です。MySQL Resource
Innodb_buffer_pool_read_ahead_evicted先読みページがバッファプールから削除された回数です。MySQL Resource
Innodb_buffer_pool_read_ahead_rndランダムな先読みが発生した回数です。MySQL Resource
Innodb_buffer_pool_read_requestsInnoDBバッファプールでの論理的な読み取りリクエストの数です。Innodb buffer pool hit ratioは次のように計算され、90%以上を推奨します。もしHit Ratioが低い場合、Innodb_buffer_pool_sizeの追加を検討してください。
計算式: Buffer Hit Ratio = (1 - (Innodb_buffer_pool_reads / Innodb_buffer_pool_read_requests)) * 100
MySQL Resource
Innodb_buffer_pool_readsInnoDBバッファプールで物理ディスクからの読み取り作業が発生した回数です。Innodbバッファプールにデータがないため、ディスクから直接読み取る必要がある論理的な読み取りリクエストの数です。MySQL Resource
Innodb_buffer_pool_resize_status_codeInnoDBバッファプールサイズの調整ステータスコードです。MySQL Resource
Innodb_buffer_pool_resize_status_progressInnoDBバッファプールサイズの調整進行率です。MySQL Resource
Innodb_buffer_pool_wait_freeInnoDBバッファプールがいっぱいになった時に待機した回数です。MySQL Resource
Innodb_buffer_pool_write_requestsInnoDBバッファプールからの記録リクエストの数です。MySQL Resource
Innodb_data_fsyncsデータファイルfsync呼び出し数です。MySQL Resource
Innodb_data_pending_fsyncs待機中のfsync作業の数です。MySQL Resource
Innodb_data_pending_reads待機中の読み取り作業の数です。MySQL Resource
Innodb_data_pending_writes待機中の書き込み作業の数です。MySQL Resource
Innodb_data_readInnoDBで読み取ったデータの合計バイト数です。MySQL Resource
Innodb_data_readsInnoDBでの読み取り作業の数です。MySQL Resource
Innodb_data_writesInnoDBでの書き込み作業の数です。MySQL Resource
Innodb_data_writtenInnoDBで記録されたデータバイトの合計数です。MySQL Resource
Innodb_dblwr_pages_writtenInnoDB二重書き込み(double write) バッファで記録されたページの数です。MySQL Resource
Innodb_dblwr_writesInnoDB二重書き込み(double write) バッファでの書き込み作業の数です。MySQL Resource
Innodb_log_waitsログバッファが小さいため、フラッシュされるまで待たせた回数です。Redo logの競合比率は(Innodb_log_waits / Innodb_log_writes)で計算され、1未満の値を推奨します。Waitが高い場合、innodb_log_buffer_sizeの追加を検討してください。MySQL Resource
Innodb_log_write_requestsInnoDBログに対する記録リクエストの数です。MySQL Resource
Innodb_log_writesInnoDB Redoログファイルへの物理的な書き込み回数です。MySQL Resource
Innodb_num_open_filesInnoDBで開いたファイルの数です。MySQL Resource
Innodb_os_log_fsyncsOSログファイルfsyncの呼び出し数です。MySQL Resource
Innodb_os_log_pending_fsyncs待機中のOSログファイルfsync作業の数です。MySQL Resource
Innodb_os_log_pending_writes待機中のOSログファイルの記録作業の数です。MySQL Resource
Innodb_os_log_writtenOSログファイルに記録されたバイト数です。MySQL Resource
Innodb_page_sizeInnoDBページのサイズです。MySQL Resource
Innodb_pages_createdInnoDBで生成されたページの数です。MySQL Resource
Innodb_pages_readInnoDBで読み取ったページの数です。MySQL Resource
Innodb_pages_writtenInnoDBで記録されたページの数です。MySQL Resource
Innodb_redo_log_capacity_resizedInnoDB Redoログ容量が調整された回数です。MySQL Resource
Innodb_redo_log_checkpoint_lsnInnoDB RedoログチェックポイントのLSNです。MySQL Resource
Innodb_redo_log_current_lsnInnoDB Redoログの現在のLSNです。MySQL Resource
Innodb_redo_log_flushed_to_disk_lsnInnoDB Redoログがディスクに記録されたLSNです。MySQL Resource
Innodb_redo_log_logical_sizeInnoDB Redo論理ログのサイズです。MySQL Resource
Innodb_redo_log_physical_sizeInnoDB Redo物理ログのサイズです。MySQL Resource
Innodb_redo_log_uuidInnoDB RedoログのUUIDです。MySQL Resource
Innodb_row_lock_current_waitsInnoDB行ロック(row lock) の現在待機数です。MySQL Resource
Innodb_row_lock_timeInnoDB行ロック(row lock)獲得に費やされた合計時間(milliseconds)となります。Performance
Innodb_row_lock_time_avgInnoDB行ロック(row lock) の平均時間です。Performance
Innodb_row_lock_time_maxInnoDB行ロック(row lock) の最大時間です。Performance
Innodb_row_lock_waitsInnoDB行ロック(row lock)の待機回数です。ロックを獲得した数ではなくロックを得るために待機する回数で、このメトリクスが通常より急増するとクエリ待機が発生(락 경합)することでクエリのチューニングが必要です。Performance
Innodb_rows_deletedInnoDBで削除された行数です。MySQL Resource
Innodb_rows_insertedInnoDBで挿入された行数です。MySQL Resource
Innodb_rows_readInnoDBで読み取った行数(Selectで処理された行数)となります。Throughput
Innodb_rows_updatedInnoDBで更新された行数です。MySQL Resource
Innodb_rows_writesInnoDBで記された行数(Writeに処理された行数)となります。
Innodb_rows_inserted + Innodb_rows_updated + Innodb_rows_deleted計算式と同じです。
Throughput
Innodb_sampled_pages_readInnoDBでサンプリングされたページ数です。MySQL Resource
Innodb_sampled_pages_skippedInnoDBからのサンプリングがスキップされたページの数です。MySQL Resource
Innodb_system_rows_deletedInnoDBシステムから削除された行数です。MySQL Resource
Innodb_system_rows_insertedInnoDBシステムから挿入された行数です。MySQL Resource
Innodb_system_rows_readInnoDBシステムで読んだ行数です。MySQL Resource
Innodb_system_rows_updatedInnoDBシステムで更新された行数です。MySQL Resource
Innodb_truncated_status_writesInnoDBでカットされたステータス履歴の数です。MySQL Resource
Innodb_undo_tablespaces_activeInnoDBで有効になったアンドゥテーブルスペースの数です。MySQL Resource
Innodb_undo_tablespaces_explicitInnoDBで明示的に生成されたアンドゥテーブルスペースの数です。MySQL Resource
Innodb_undo_tablespaces_implicitInnoDBで暗黙的に生成されたアンドゥテーブルスペースの数です。MySQL Resource
Innodb_undo_tablespaces_totalInnoDBのUndoテーブルスペースの合計数です。MySQL Resource
Key_blocks_not_flushedフラッシュされていないキー ブロックの数です。I/O
Key_blocks_unused使用されていないキー ブロックの数です。I/O
Key_blocks_used使用されたキーブロックの数です。I/O
Key_read_requestsキーの読み取りリクエスト数です。I/O
Key_reads実際にディスクから読み込んだキーブロックの数です。I/O
Key_write_requestsキーの書き込みリクエスト数です。I/O
Key_writes実際にディスクに記録されたキーブロックの数です。I/O
Locked_connectsロックされた接続数です。Connection
Max_execution_time_exceeded最大実行時間を超えたクエリの数です。Performance
Max_execution_time_set最大実行時間が設定された回数です。 Performance
Max_execution_time_set_failed最大実行時間設定が失敗した回数です。Performance
Max_used_connectionsstartup以降に使用された最大接続数です。Connection
Mysqlx_aborted_clientsMySQL X Protocolで中断されたクライアントの数です。Connection
Mysqlx_bytes_receivedMySQL X Protocolで受信されたバイト数です。Throughput
Mysqlx_bytes_received_compressed_payloadMySQL X Protocolで圧縮されたペイロードで受信されたバイト数です。Throughput
Mysqlx_bytes_received_uncompressed_frameMySQL X Protocolで圧縮されていないフレームで受信されたバイト数です。Throughput
Mysqlx_bytes_sentMySQL X Protocolで送信されたバイト数です。Throughput
Mysqlx_bytes_sent_compressed_payloadMySQL X Protocolで圧縮されたペイロードに送信されたバイト数です。Throughput
Mysqlx_bytes_sent_uncompressed_frameMySQL X Protocolで圧縮されていないフレームで送信されたバイト数です。Throughput
Mysqlx_connection_accept_errorsMySQL X Protocolでの接続の受け入れエラーの数です。Connection
Mysqlx_connection_errorsMySQL X Protocolで発生した接続エラーの数です。Connection
Mysqlx_connections_acceptedMySQL X Protocolでオープンされた接続の数です。Connection
Mysqlx_connections_closedMySQL X Protocolでクローズされた接続の数です。Connection
Mysqlx_connections_rejectedMySQL X Protocolで拒否された接続の数です。Connection
Mysqlx_crud_create_viewMySQL X Protocolで実行されたCREATE VIEWコマンドの回数です。Performance
Mysqlx_crud_deleteMySQL X Protocolで実行されたDELETEコマンドの回数です。Performance
Mysqlx_crud_drop_viewMySQL X Protocolで実行されたDROP VIEWコマンド回数です。Performance
Mysqlx_crud_findMySQL X Protocolで実行されたFINDコマンド回数です。Performance
Mysqlx_crud_insertMySQL X Protocolで実行されたINSERTコマンド回数です。Performance
Mysqlx_crud_modify_viewMySQL X Protocolで実行されたMODIFY VIEWコマンド回数です。Performance
Mysqlx_crud_updateMySQL X Protocolで実行されたUPDATEコマンド回数です。Performance
Mysqlx_cursor_closeMySQL X Protocolで実行されたカーソルクローズコマンド回数です。Performance
Mysqlx_cursor_fetchMySQL X Protocolで実行されたカーソルフェッチコマンド回数です。Performance
Mysqlx_cursor_openMySQL X Protocolで実行されたカーソルオープンコマンド回数です。Performance
Mysqlx_errors_sentMySQL X Protocolでクライアントに送信されたエラー数です。Info
Mysqlx_errors_unknown_message_typeMySQL X Protocolで不明なメッセージタイプのエラー数です。Info
Mysqlx_expect_closeMySQL X Protocolで実行されたEXPECT CLOSEコマンド回数です。Performance
Mysqlx_expect_openMySQL X Protocolで実行されたEXPECT OPENコマンド回数です。Performance
Mysqlx_init_errorMySQL X Protocolでの初期化エラーの数です。Info
Mysqlx_messages_sentMySQL X Protocolでクライアントに送信されたメッセージ数です。Info
Mysqlx_notice_global_sentMySQL X Protocolで送信されたグローバル通知の数です。Info
Mysqlx_notice_other_sentMySQL X Protocolで送信されたその他の通知の数です。Info
Mysqlx_notice_warning_sentMySQL X Protocolで送信されたアラート通知の数です。Info
Mysqlx_notified_by_group_replicationMySQL X Protocolでグループレプリケーションで通知された回数です。Connection
Mysqlx_portMySQL X Protocolで使用されたポートです。Info
Mysqlx_prep_deallocateMySQL X Protocolで用意されたSQL DEALLOCATEコマンド回数です。Performance
Mysqlx_prep_executeMySQL X Protocolで用意されたSQL EXECUTEコマンド回数です。Performance
Mysqlx_prep_prepareMySQL X Protocolで用意されたSQL PREPAREコマンド回数です。Performance
Mysqlx_rows_sentMySQL X Protocolでクライアントに送信された行数です。Throughput
Mysqlx_sessionsMySQL X Protocolでの活性セッション数です。Connection
Mysqlx_sessions_acceptedMySQL X Protocolでオープンされたセッション数です。Connection
Mysqlx_sessions_closedMySQL X Protocolでクローズされたセッション数です。Connection
Mysqlx_sessions_fatal_errorMySQL X Protocolでクリティカルなエラーによりクローズされたセッション数です。Connection
Mysqlx_sessions_killedMySQL X Protocolで強制的に終了されたセッション数です。Connection
Mysqlx_sessions_rejectedMySQL X Protocolで拒否されたセッション数です。Connection
Mysqlx_ssl_acceptsMySQL X ProtocolでSSL接続で許可された数です。Connection
Mysqlx_ssl_ctx_verify_depthMySQL X ProtocolでSSL検証の深さです。Info
Mysqlx_ssl_ctx_verify_modeMySQL X ProtocolでSSL検証モードです。Info
Mysqlx_ssl_finished_acceptsMySQL X Protocolで完了したSSL接続の数です。Connection
Mysqlx_stmt_create_collectionMySQL X Protocolで実行されたCREATE COLLECTIONコマンド回数です。Performance
Mysqlx_stmt_create_collection_indexMySQL X Protocolで実行されたCREATE COLLECTION INDEXコマンド回数です。Performance
Mysqlx_stmt_disable_noticesMySQL X Protocolで実行されたDISABLE NOTICESコマンド回数です。Performance
Mysqlx_stmt_drop_collectionMySQL X Protocolで実行されたDROP COLLECTIONコマンド回数です。Performance
Mysqlx_stmt_drop_collection_indexMySQL X Protocolで実行されたDROP COLLECTION INDEXコマンド回数です。Performance
Mysqlx_stmt_enable_noticesMySQL X Protocolで実行されたENABLE NOTICESコマンド回数です。Performance
Mysqlx_stmt_ensure_collectionMySQL X Protocolで実行されたENSURE COLLECTIONコマンド回数です。Performance
Mysqlx_stmt_execute_mysqlxMySQL X Protocolで実行されたEXECUTE MYSQLXコマンド回数です。Performance
Mysqlx_stmt_execute_sqlMySQL X Protocolで実行されたEXECUTE SQLコマンド回数です。Performance
Mysqlx_stmt_execute_xpluginMySQL X Protocolで実行されたEXECUTE XPLUGINコマンド回数です。Performance
Mysqlx_stmt_get_collection_optionsMySQL X Protocolで実行されたGET COLLECTION OPTIONSコマンド回数です。Performance
Mysqlx_stmt_kill_clientMySQL X Protocolで実行されたKILL CLIENTコマンド回数です。Performance
Mysqlx_stmt_list_clientsMySQL X Protocolで実行されたLIST CLIENTSコマンド回数です。Performance
Mysqlx_stmt_list_noticesMySQL X Protocolで実行されたLIST NOTICESコマンド回数です。Performance
Mysqlx_stmt_list_objectsMySQL X Protocolで実行されたLIST OBJECTSコマンド回数です。Performance
Mysqlx_stmt_modify_collection_optionsMySQL X Protocolで実行されたMODIFY COLLECTION OPTIONSコマンド回数です。Performance
Mysqlx_stmt_pingMySQL X Protocolで実行されたPINGコマンド回数です。Performance
Mysqlx_worker_threadsMySQL X Protocolで有効になったワーカースレッド数です。MySQL Resource
Mysqlx_worker_threads_activeMySQL X Protocolで活性状態のワーカースレッドの数です。MySQL Resource
Not_flushed_delayed_rowsフラッシュされていない遅延した行数です。I/O
Ongoing_anonymous_transaction_count進行中の匿名トランザクション数です。Connection
Open_filesオープンされたファイル数です。I/O
Open_streamsオープンされたストリーム数です。I/O
Open_table_definitionsオープンされたテーブルの定義数です。I/O
Open_tablesオープンされたテーブル数です。I/O
Opened_filesオープンされたファイル数です。I/O
Opened_table_definitionsオープンされたテーブルの定義数です。I/O
Opened_tablesオープンされたテーブル数です。I/O
Performance_schema_accounts_lost失われたPerformance Schemaアカウント数です。Info
Performance_schema_cond_classes_lost失われたPerformance Schema条件のクラス数です。Info
Performance_schema_cond_instances_lost失われたPerformance Schema条件のインスタンス数です。Info
Performance_schema_digest_lost失われたPerformance Schemaダイジェスト数です。Info
Performance_schema_file_classes_lost失われたPerformance Schemaファイルのクラス数です。Info
Performance_schema_file_handles_lost失われたPerformance Schemaファイルのハンドル数です。Info
Performance_schema_file_instances_lost失われたPerformance Schemaファイルのインスタンス数です。Info
Performance_schema_hosts_lost失われたPerformance Schemaホスト数です。Info
Performance_schema_index_stat_lost失われたPerformance Schemaインデックスの統計数です。Info
Performance_schema_locker_lost失われたPerformance Schemaロッカー数です。Info
Performance_schema_memory_classes_lost失われたPerformance Schemaメモリのクラス数です。Info
Performance_schema_metadata_lock_lost失われたPerformance Schemaメタデータのロック数です。Info
Performance_schema_mutex_classes_lost失われたPerformance Schemaミューテックスのクラス数です。Info
Performance_schema_mutex_instances_lost失われたPerformance Schemaミューテックスのインスタンス数です。Info
Performance_schema_nested_statement_lost失われたPerformance Schemaネストされたステートメントの数です。Info
Performance_schema_prepared_statements_lost失われたPerformance Schema準備済みステートメントの数です。Info
Performance_schema_program_lost失われたPerformance Schemaプログラムの数です。Info
Performance_schema_rwlock_classes_lost失われたPerformance Schema読み取り/書き込みロックのクラス数です。Info
Performance_schema_rwlock_instances_lost失われたPerformance Schema読み取り/書き込みロックのインスタンス数です。Info
Performance_schema_session_connect_attrs_longest_seenPerformance Schemaからのセッションの接続属性の最大長さです。Info
Performance_schema_session_connect_attrs_lost失われたPerformance Schemaセッション接続プロパティの数です。Info
Performance_schema_socket_classes_lost失われたPerformance Schemaソケットクラスの数です。Info
Performance_schema_socket_instances_lost失われたPerformance Schemaソケットインスタンスの数です。Info
Performance_schema_stage_classes_lost失われたPerformance Schemaステージクラスの数です。Info
Performance_schema_statement_classes_lost失われたPerformance Schema文章クラスの数です。Info
Performance_schema_table_handles_lost失われたPerformance Schemaテーブルハンドルの数です。Info
Performance_schema_table_instances_lost失われたPerformance Schemaテーブルインスタンスの数です。Info
Performance_schema_table_lock_stat_lost失われたPerformance Schemaテーブルロック統計の数です。Info
Performance_schema_thread_classes_lost失われたPerformance Schemaスレッドクラスの数です。Info
Performance_schema_thread_instances_lost失われたPerformance Schemaスレッドインスタンスの数です。Info
Performance_schema_users_lost失われたPerformance Schemaユーザー数です。Info
Prepared_stmt_count用意されたコマンドの数です。Performance
Queriescom_pingおよびcom_statisticsを除くサーバーで実行したコマンドの数です。Stored program内で実行されたクエリも計算するという点でQuestionsと異なります。Throughput
Questions実行されたクエリの数です。Throughput
Replica_open_temp_tables開いている一時テーブルの数です。I/O
Secondary_engine_execution_count補助エンジンで実行された作業の数です。I/O
Select_full_join1つ以上のテーブルをジョインする場合、インデックスを使用せずにドリブン(driven)テーブルをフルスキャン(full scan)した回数です。Throughput
Select_full_range_join全体範囲のジョイン作業の数です。I/O
Select_range範囲選択作業の数です。I/O
Select_range_check範囲確認タスクの数です。I/O
Select_scanドライビング(driving)テーブルをフルスキャン(full scan)した回数です。この場合、実行計画のtypeカラムにALLが表示されます。Throughput
Slave_open_temp_tables開いている一時テーブルの数です。I/O
Slaves_running実行されるスレーブSQLスレッドの数です。Performance
Slow_launch_threads遅く始まったスレッドの数です。Performance
Slow_queriesDBパラメータlong_query_time(second) オプションに設定した時間以上に実行されたクエリ数です。Performance
Sort_merge_passesソートマージ作業の回数です。I/O
Sort_range範囲ソート作業の数です。I/O
Sort_rowsソートされた行数です。I/O
Sort_scanスキャンのソート作業の数です。I/O
Ssl_accept_renegotiatesSSL接続の再交渉回数です。Connection
Ssl_acceptsSSL接続の受け入れ数です。Connection
Ssl_callback_cache_hitsSSLコールバックキャッシュのヒットの数です。Performance
Ssl_client_connectsSSLクライアント接続の数です。Connection
Ssl_connect_renegotiatesSSL接続の再交渉回数です。Connection
Ssl_ctx_verify_depthSSLコンテキスト検証の深さです。Info
Ssl_ctx_verify_modeSSLコンテキスト検証モードです。Info
Ssl_default_timeoutSSLデフォルトのタイムアウトです。Info
Ssl_finished_accepts完了したSSL接続数です。Connection
Ssl_finished_connects完了したSSLクライアント接続の数です。Connection
Ssl_session_cache_hitsSSLセッションのキャッシュヒットの数です。Performance
Ssl_session_cache_missesSSLセッションキャッシュミスの数です。Performance
Ssl_session_cache_overflowsSSLセッションキャッシュオーバーフローの数です。Performance
Ssl_session_cache_sizeSSLセッションキャッシュのサイズです。MySQL Resource
Ssl_session_cache_timeoutSSLセッションキャッシュのタイムアウトです。Info
Ssl_session_cache_timeoutsSSLセッションキャッシュのタイムアウト回数です。Info
Ssl_sessions_reused再利用されたSSLセッションの数です。Connection
Ssl_used_session_cache_entries使用されたSSLセッションのキャッシュ項目の数です。Performance
Ssl_verify_depthSSL検証の深さです。Info
Ssl_verify_modeSSL検証モードです。Info
Table_locks_immediateすぐに獲得されたテーブルロックの数です。I/O
Table_locks_waited待機後に取得されたテーブルロックの数です。I/O
Table_open_cache_hitsテーブルを開くキャッシュヒットの数です。I/O
Table_open_cache_missesテーブルを開くキャッシュミスの数です。I/O
Table_open_cache_overflowsテーブルを開くキャッシュオーバーフローの数です。I/O
Tc_log_max_pages_used使用された最大Tcログページの数です。I/O
Tc_log_page_sizeTcログページのサイズです。Info
Tc_log_page_waitsTcログページの待機数です。I/O
Threads_cachedキャッシュされたスレッドの数です。MySQL Resource
Threads_connected接続されたスレッドの数です。Connection
Threads_created生成されたスレッドの数です。Connection
Threads_running実行中のスレッドの数です。Connection
Uptimeサーバーの稼働時間です。Info
Uptime_since_flush_status最後のステータスフラッシュ以降の経過時間です。Info
WritesWriteに使用したコマンドの回数です。Com_insert + Com_update + Com_delete計算式と同じです。Throughput
active_sessions活性セッションの数です。Threads_runningメトリクスと同値です。Connection
connect_error接続エラーの数です。Connection
fatal_count致命的なエラーの数です。Connection
lock_wait_sessions行ロック(row lock)を獲得するために待機しているセッションの数です。innodb_lock_waits(data_lock_waits)の件数です。Performance
long_running_sessions長時間実行中のセッションの数です。Connection
max_connections最大同時クライアント接続数です。Connection数が足りない場合Too ManyConnection Errorが発生することがあります。Info
node_stateReplication関係で構成されたデータベースであり、1:Master、2:Slaveを意味します。Info
replication_broken複製の失敗可否です。Connection
replication_delay複製の遅延時間です。Replication構造の場合、replicationデータベースに反映される遅延時間であり、Slave DBで測定されるメトリクスです。Performance
seconds_behind_masterマスターとの遅延時間(秒)です。Connection
total_runtimeすべてのクエリの合計実行時間です。Performance
wait/io/file/csv/dataCSVデータファイルの待ち時間です。I/O
wait/io/file/csv/metadataCSVメタデータファイルの待ち時間です。I/O
wait/io/file/innodb/innodb_data_fileInnoDBデータファイルの待ち時間です。I/O
wait/io/file/innodb/innodb_dblwr_fileInnoDB二重書き込みファイルの待ち時間です。I/O
wait/io/file/innodb/innodb_log_fileInnoDBログファイルの待ち時間です。I/O
wait/io/file/innodb/innodb_temp_fileInnoDB一時ファイルの待ち時間です。I/O
wait/io/file/mysys/charsetMySys文字セットファイルの待ち時間です。I/O
wait/io/file/mysys/cnfMySys構成ファイルの待ち時間です。I/O
wait/io/file/sql/ERRMSGSQLエラーメッセージファイルの待ち時間です。I/O
wait/io/file/sql/binlogSQLバイナリログファイルの待ち時間です。I/O
wait/io/file/sql/binlog_indexSQLバイナリログインデックスファイルの待ち時間です。I/O
wait/io/file/sql/casetestSQLケーステストファイルの待ち時間です。I/O
wait/io/file/sql/miscSQLその他のファイルの待ち時間です。I/O
wait/io/file/sql/pidSQL PIDファイルの待ち時間です。I/O
wait/io/file/sql/relaylogSQLリレー ログファイルの待ち時間です。I/O
wait/io/file/sql/relaylog_indexSQLリレー ログインデックスファイルの待ち時間です。I/O
wait/io/file/sql/slow_logSQLスローログファイルの待ち時間です。I/O
wait/io/table/sql/handlerSQLハンドラーテーブルの待ち時間です。I/O
wait/lock/table/sql/handlerSQLハンドラーテーブル ロックの待ち時間です。I/O
waiting_for_table_flush_sessionsテーブルフラッシュの待機セッションの数です。I/O
warning_countアラート数です。Info

XOS関連メトリクス

次は、XOSエージェントから収集されるメトリクスについての説明です。

MetricUnitDescription
cpu(xos)pctCPU使用率、cpu_user + cpu_sys + cpu_iowaitの合計です。
cpu_user(xos)pctCPUがユーザーコードを実行する際にかかった時間です。
cpu_sys(xos)pctCPUがKernel codeを実行した時間です。
cpu_iowait(xos)pctCPUがIOを待機した時間です。
cpu_idle(xos)pctCPUプロセッサのアイドルタイムです。
disk_reads(xos)blockディスクから読み取ったデータの量です。
disk_read_bytes(xos)バイトディスクから読み取ったデータの量です。
disk_writes(xos)blockディスクに書き込んだデータの量です。
disk_write_bytes(xos)バイトディスクに書き込んだデータの量です。
mem(xos)pctメモリ使用率です。
mem_total(xos)MB全体のメモリ量です。
mem_free(xos)MBシステムで使用していないメモリの量です。
mem_used(xos)MBシステムで使用しているメモリ量です。
mem_buffcache(xos)MBbuff/cacheで使用中のメモリ量です。
mem_swaptotal(xos)MBSwap全体サイズ、物理メモリが不足している場合に備えて設定します。
mem_swapfree(xos)MBSwapの未使用領域、Swap領域はディスク領域が解放されるため、Swapを使用している場合は、システム性能が大幅に低下する可能性があります。
mem_available(xos)MBメモリの可用領域です。
net_recv_bytes(xos)バイトネットワークで受信されたデータの量です。
net_recv_packets(xos)-ネットワークで受信されたデータパケットの数です。
net_send_bytes(xos)バイトネットワークで送信したデータの量です。
net_send_packets(xos)-ネットワークに送信したデータパケットの数です。