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アドレスです。 | - |
dbIsMulti | Multitenant対応可否です。 | - |
dbName | データベース名です。 | - |
dbType | データベースの種類です。 | - |
dbVersion | 利用中のデータベースのバージョンです。 | - |
oname | エージェント名です。 | ユニーク値 |
Field
次はdb_mysql_counter
カテゴリに収集されるフィールド値の案内です。
Metrics | Description | Category | |
---|---|---|---|
Aborted_clients | クライアント接続が異常に終了した回数です。 | Connection | |
Aborted_connects | クライアント接続の試行が失敗した回数です。 | Connection | |
Acl_cache_items_count | ACL(アクセス制御一覧) キャッシュ項目の数です。 | 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_received | DBサーバーが受信したデータの合計バイト数です。この値が高い場合は、そのサーバーは書込み作業(insertなど) メインのサーバーであることが分かります。 | MySQL Resource | |
Bytes_sent | DB サーバーが送信したデータの合計バイト数です。この値が高い場合は、このサーバーは読み取り作業(select) メインのサーバーであることが分かります。Questions 、Uptime と一緒に応用してみると、1つのクエリ当たりの平均Byte、1時間当たりの処理Byteなどを計算できます。 | MySQL Resource | |
Com_admin_commands | 実行された管理コマンドの数です。 | Performance | |
Com_alter_db | ALTER DATABASEコマンドの実行回数です。 | Performance | |
Com_alter_event | ALTER EVENTコマンドの実行回数です。 | Performance | |
Com_alter_function | ALTER FUNCTIONコマンドの実行回数です。 | Performance | |
Com_alter_instance | ALTER INSTANCEコマンドの実行回数です。 | Performance | |
Com_alter_procedure | ALTER PROCEDUREコマンドの実行回数です。 | Performance | |
Com_alter_resource_group | ALTER RESOURCE GROUPコマンドの実行回数です。 | Performance | |
Com_alter_server | ALTER SERVERコマンドの実行回数です。 | Performance | |
Com_alter_table | ALTER TABLEコマンドの実行回数です。 | Performance | |
Com_alter_tablespace | ALTER TABLESPACEコマンドの実行回数です。 | Performance | |
Com_alter_user | ALTER USERコマンドの実行回数です。 | Performance | |
Com_alter_user_default_role | ALTER USER DEFAULT ROLEコマンドの実行回数です。 | Performance | |
Com_analyze | ANALYZEコマンドの実行回数です。 | Performance | |
Com_assign_to_keycache | KEYCACHEに割り当てられたコマンドの実行回数です。 | Performance | |
Com_begin | BEGINコマンドの実行回数です。 | Performance | |
Com_binlog | BINLOGコマンドの実行回数です。 | Performance | |
Com_call_procedure | CALL PROCEDUREコマンドの実行回数です。 | Performance | |
Com_change_db | CHANGE DATABASEコマンドの実行回数です。 | Performance | |
Com_change_master | CHANGE MASTERコマンドの実行回数です。 | Performance | |
Com_change_repl_filter | CHANGE REPLICATION FILTERコマンドの実行回数です。 | Performance | |
Com_change_replication_source | CHANGE REPLICATION SOURCEコマンドの実行回数です。 | Performance | |
Com_check | CHECKコマンドの実行回数です。 | Performance | |
Com_checksum | CHECKSUMコマンドの実行回数です。 | Performance | |
Com_clone | CLONEコマンドの実行回数です。 | Performance | |
Com_commit | COMMITコマンドの実行回数です。 | Throughput | |
Com_create_db | CREATE DATABASEコマンドの実行回数です。 | Performance | |
Com_create_event | CREATE EVENTコマンドの実行回数です。 | Performance | |
Com_create_function | CREATE FUNCTIONコマンドの実行回数です。 | Performance | |
Com_create_index | CREATE INDEXコマンドの実行回数です。 | Performance | |
Com_create_procedure | CREATE PROCEDUREコマンドの実行回数です。 | Performance | |
Com_create_resource_group | CREATE RESOURCE GROUPコマンドの実行回数です。 | Performance | |
Com_create_role | CREATE ROLEコマンドの実行回数です。 | Performance | |
Com_create_server | CREATE SERVERコマンドの実行回数です。 | Performance | |
Com_create_spatial_reference_system | CREATE SPATIAL REFERENCE SYSTEMコマンドの実行回数です。 | Performance | |
Com_create_table | CREATE TABLEコマンドの実行回数です。 | Performance | |
Com_create_trigger | CREATE TRIGGERコマンドの実行回数です。 | Performance | |
Com_create_udf | CREATE UDFコマンドの実行回数です。 | Performance | |
Com_create_user | CREATE USERコマンドの実行回数です。 | Performance | |
Com_create_view | CREATE VIEWコマンドの実行回数です。 | Performance | |
Com_dealloc_sql | DEALLOC SQLコマンドの実行回数です。 | Performance | |
Com_delete | DELETEコマンドの実行回数です。handler_delete とは、別の行がテーブルから削除された回数を計算します。 | Throughput | |
Com_delete_multi | DELETE MULTIコマンドの実行回数です。 | Performance | |
Com_do | DOコマンドの実行回数です。 | Performance | |
Com_drop_db | DROP DATABASEコマンドの実行回数です。 | Performance | |
Com_drop_event | DROP EVENTコマンドの実行回数です。 | Performance | |
Com_drop_function | DROP FUNCTIONコマンドの実行回数です。 | Performance | |
Com_drop_index | DROP INDEXコマンドの実行回数です。 | Performance | |
Com_drop_procedure | DROP PROCEDUREコマンドの実行回数です。 | Performance | |
Com_drop_resource_group | DROP RESOURCE GROUPコマンドの実行回数です。 | Performance | |
Com_drop_role | DROP ROLEコマンドの実行回数です。 | Performance | |
Com_drop_server | DROP SERVERコマンドの実行回数です。 | Performance | |
Com_drop_spatial_reference_system | DROP SPATIAL REFERENCE SYSTEMコマンドの実行回数です。 | Performance | |
Com_drop_table | DROP TABLEコマンドの実行回数です。 | Performance | |
Com_drop_trigger | DROP TRIGGERコマンドの実行回数です。 | Performance | |
Com_drop_user | DROP USERコマンドの実行回数です。 | Performance | |
Com_drop_view | DROP VIEWコマンドの実行回数です。 | Performance | |
Com_empty_query | 空のクエリが実行された回数です。 | Performance | |
Com_execute_sql | SQLコマンドの実行回数です。 | Performance | |
Com_explain_other | EXPLAIN OTHERコマンドの実行回数です。 | Performance | |
Com_flush | FLUSHコマンドの実行回数です。 | Performance | |
Com_get_diagnostics | GET DIAGNOSTICSコマンドの実行回数です。 | Performance | |
Com_grant | GRANTコマンドの実行回数です。 | Performance | |
Com_grant_roles | GRANT ROLESコマンドの実行回数です。 | Performance | |
Com_group_replication_start | GROUP REPLICATION STARTコマンドの実行回数です。 | Performance | |
Com_group_replication_stop | GROUP REPLICATION STOPコマンドの実行回数です。 | Performance | |
Com_ha_close | HA CLOSEコマンドの実行回数です。 | Performance | |
Com_ha_open | HA OPENコマンドの実行回数です。 | Performance | |
Com_ha_read | HA READコマンドの実行回数です。 | Performance | |
Com_help | HELPコマンドの実行回数です。 | Info | |
Com_import | IMPORTコマンドの実行回数です。 | Performance | |
Com_insert | INSERTコマンドの実行回数です。 | Throughput | |
Com_insert_select | INSERT SELECTコマンドの実行回数です。 | Performance | |
Com_install_component | INSTALL COMPONENTコマンドの実行回数です。 | Performance | |
Com_install_plugin | INSTALL PLUGINコマンドの実行回数です。 | Performance | |
Com_kill | KILLコマンドの実行回数です。 | Performance | |
Com_load | LOADコマンドの実行回数です。 | Performance | |
Com_lock_instance | LOCK INSTANCEコマンドの実行回数です。 | Performance | |
Com_lock_tables | LOCK TABLESコマンドの実行回数です。 | Performance | |
Com_optimize | OPTIMIZEコマンドの実行回数です。 | Performance | |
Com_preload_keys | PRELOAD KEYSコマンドの実行回数です。 | Performance | |
Com_prepare_sql | SQLコマンドの準備回数です。 | Performance | |
Com_purge | PURGEコマンドの実行回数です。 | Performance | |
Com_purge_before_date | 特定の日付以前のデータをまとめた回数です。 | Performance | |
Com_release_savepoint | SAVEPOINTリリースコマンドの実行回数です。 | Performance | |
Com_rename_table | RENAME TABLEコマンドの実行回数です。 | Performance | |
Com_rename_user | RENAME USERコマンドの実行回数です。 | Performance | |
Com_repair | REPAIRコマンドの実行回数です。 | Performance | |
Com_replace | REPLACEコマンドの実行回数です。 | Performance | |
Com_replace_select | REPLACE SELECTコマンドの実行回数です。 | Performance | |
Com_replica_start | REPLICA STARTコマンドの実行回数です。 | Connection | |
Com_replica_stop | REPLICA STOPコマンドの実行回数です。 | Connection | |
Com_reset | RESETコマンドの実行回数です。 | Performance | |
Com_resignal | RESIGNALコマンドの実行回数です。 | Performance | |
Com_restart | RESTARTコマンドの実行回数です。 | Performance | |
Com_revoke | REVOKEコマンドの実行回数です。 | Performance | |
Com_revoke_all | REVOKE ALLコマンドの実行回数です。 | Performance | |
Com_revoke_roles | REVOKE ROLESコマンドの実行回数です。 | Performance | |
Com_rollback | ROLLBACKコマンドの実行回数です。 | Throughput | |
Com_rollback_to_savepoint | 特定SAVEPOINTでROLLBACKされた回数です。 | Performance | |
Com_savepoint | SAVEPOINTコマンドの実行回数です。 | Performance | |
Com_select | SELECTコマンドの実行回数です。 | Throughput | |
Com_set_option | SET OPTIONコマンドの実行回数です。 | Performance | |
Com_set_password | SET PASSWORDコマンドの実行回数です。 | Performance | |
Com_set_resource_group | SET RESOURCE GROUPコマンドの実行回数です。 | Performance | |
Com_set_role | SET ROLEコマンドの実行回数です。 | Performance | |
Com_show_binlog_events | SHOW BINLOG EVENTSコマンドの実行回数です。 | Info | |
Com_show_binlogs | SHOW BINLOGSコマンドの実行回数です。 | Info | |
Com_show_charsets | SHOW CHARSETSコマンドの実行回数です。 | Info | |
Com_show_collations | SHOW COLLATIONSコマンドの実行回数です。 | Info | |
Com_show_create_db | SHOW CREATE DATABASEコマンドの実行回数です。 | Info | |
Com_show_create_event | SHOW CREATE EVENTコマンドの実行回数です。 | Info | |
Com_show_create_func | SHOW CREATE FUNCTIONコマンドの実行回数です。 | Info | |
Com_show_create_proc | SHOW CREATE PROCEDUREコマンドの実行回数です。 | Info | |
Com_show_create_table | SHOW CREATE TABLEコマンドの実行回数です。 | Info | |
Com_show_create_trigger | SHOW CREATE TRIGGERコマンドの実行回数です。 | Info | |
Com_show_create_user | SHOW CREATE USERコマンドの実行回数です。 | Info | |
Com_show_databases | SHOW DATABASESコマンドの実行回数です。 | Info | |
Com_show_engine_logs | SHOW ENGINE LOGSコマンドの実行回数です。 | Info | |
Com_show_engine_mutex | SHOW ENGINE MUTEXコマンドの実行回数です。 | Info | |
Com_show_engine_status | SHOW ENGINE STATUSコマンドの実行回数です。 | Info | |
Com_show_errors | SHOW ERRORSコマンドの実行回数です。 | Info | |
Com_show_events | SHOW EVENTSコマンドの実行回数です。 | Info | |
Com_show_fields | SHOW FIELDSコマンドの実行回数です。 | Info | |
Com_show_function_code | SHOW FUNCTION CODEコマンドの実行回数です。 | Info | |
Com_show_function_status | SHOW FUNCTION STATUSコマンドの実行回数です。 | Info | |
Com_show_grants | SHOW GRANTSコマンドの実行回数です。 | Info | |
Com_show_keys | SHOW KEYSコマンドの実行回数です。 | Info | |
Com_show_master_status | SHOW MASTER STATUSコマンドの実行回数です。 | Info | |
Com_show_open_tables | SHOW OPEN TABLESコマンドの実行回数です。 | Info | |
Com_show_plugins | SHOW PLUGINSコマンドの実行回数です。 | Info | |
Com_show_privileges | SHOW PRIVILEGESコマンドの実行回数です。 | Info | |
Com_show_procedure_code | SHOW PROCEDURE CODEコマンドの実行回数です。 | Info | |
Com_show_procedure_status | SHOW PROCEDURE STATUSコマンドの実行回数です。 | Info | |
Com_show_processlist | SHOW PROCESSLISTコマンドの実行回数です。 | Info | |
Com_show_profile | SHOW PROFILEコマンドの実行回数です。 | Info | |
Com_show_profiles | SHOW PROFILESコマンドの実行回数です。 | Info | |
Com_show_relaylog_events | SHOW RELAYLOG EVENTSコマンドの実行回数です。 | Info | |
Com_show_replica_status | SHOW REPLICA STATUSコマンドの実行回数です。 | Info | |
Com_show_replicas | SHOW REPLICASコマンドの実行回数です。 | Info | |
Com_show_slave_hosts | SHOW SLAVE HOSTSコマンドの実行回数です。 | Info | |
Com_show_slave_status | SHOW SLAVE STATUSコマンドの実行回数です。 | Info | |
Com_show_status | SHOW STATUSコマンドの実行回数です。 | Info | |
Com_show_storage_engines | SHOW STORAGE ENGINESコマンドの実行回数です。 | Info | |
Com_show_table_status | SHOW TABLE STATUSコマンドの実行回数です。 | Info | |
Com_show_tables | SHOW TABLESコマンドの実行回数です。 | Info | |
Com_show_triggers | SHOW TRIGGERSコマンドの実行回数です。 | Info | |
Com_show_variables | SHOW VARIABLESコマンドの実行回数です。 | Info | |
Com_show_warnings | SHOW WARNINGSコマンドの実行回数です。 | Info | |
Com_shutdown | SHUTDOWNコマンドの実行回数です。 | Performance | |
Com_signal | SIGNALコマンドの実行回数です。 | Performance | |
Com_slave_start | SLAVE STARTコマンドの実行回数です。 | Connection | |
Com_slave_stop | SLAVE STOPコマンドの実行回数です。 | Connection | |
Com_stmt_close | STMT CLOSEコマンドの実行回数です。 | Performance | |
Com_stmt_execute | STMT EXECUTEコマンドの実行回数です。 | Performance | |
Com_stmt_fetch | STMT FETCHコマンドの実行回数です。 | Performance | |
Com_stmt_prepare | STMT PREPAREコマンドの実行回数です。 | Performance | |
Com_stmt_reprepare | STMT REPREPAREコマンドの実行回数です。 | Performance | |
Com_stmt_reset | STMT RESETコマンドの実行回数です。 | Performance | |
Com_stmt_send_long_data | STMT SEND LONG DATAコマンドの実行回数です。 | Performance | |
Com_truncate | TRUNCATEコマンドの実行回数です。 | Performance | |
Com_uninstall_component | UNINSTALL COMPONENTコマンドの実行回数です。 | Performance | |
Com_uninstall_plugin | UNINSTALL PLUGINコマンドの実行回数です。 | Performance | |
Com_unlock_instance | UNLOCK INSTANCEコマンドの実行回数です。 | Performance | |
Com_unlock_tables | UNLOCK TABLESコマンドの実行回数です。 | Performance | |
Com_update | UPDATEコマンドの実行回数です。 | Throughput | |
Com_update_multi | UPDATE MULTIコマンドの実行回数です。 | Performance | |
Com_xa_commit | XA COMMITコマンドの実行回数です。 | Performance | |
Com_xa_end | XA ENDコマンドの実行回数です。 | Performance | |
Com_xa_prepare | XA PREPAREコマンドの実行回数です。 | Performance | |
Com_xa_recover | XA RECOVERコマンドの実行回数です。 | Performance | |
Com_xa_rollback | XA ROLLBACKコマンドの実行回数です。 | Performance | |
Com_xa_start | XA STARTコマンドの実行回数です。 | Performance | |
Connection_errors_accept | クライアント接続の受け入れエラーの回数です。 | Connection | |
Connection_errors_internal | 内部接続エラーの回数です。 | Connection | |
Connection_errors_max_connections | max_connections の制限により拒否された接続エラーの回数です。 | Connection | |
Connection_errors_peer_address | ピアアドレス接続エラーの回数です。 | Connection | |
Connection_errors_select | SELECT接続エラーの回数です。 | Connection | |
Connection_errors_tcpwrap | TCP WRAP接続エラーの回数です。 | Connection | |
Connections | クライアントの総接続数です。 | Connection | |
Created_tmp_disk_tables | コマンドを実行する際にサーバーからディスクに生成した一時テーブルの数です。ディスクの使用は性能を低下させる恐れがあるため、この値が大きくなった場合は、tmp_table_size またはmax_heap_table_size の調整を検討してください。 | MySQL Resource | |
Created_tmp_files | mysqldが生成した一時ファイルの数です。 | 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_commands | FLUSHコマンドの実行回数です。 | Performance | |
Global_connection_memory | 全ユーザー接続で消費する合計メモリ量です。 | MySQL Resource | |
Handler_commit | COMMIT作業回数です。 | I/O | |
Handler_delete | DELETE作業回数です。 | I/O | |
Handler_discover | DISCOVER作業回数です。 | I/O | |
Handler_external_lock | 外部ロックの作業回数です。 | I/O | |
Handler_mrr_init | MRR(マルチレンジリード) 初期化の回数です。 | I/O | |
Handler_prepare | PREPARE作業回数です。 | 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_rollback | ROLLBACK作業回数です。 | I/O | |
Handler_savepoint | SAVEPOINT作業回数です。 | I/O | |
Handler_savepoint_rollback | SAVEPOINT ROLLBACK作業回数です。 | I/O | |
Handler_update | UPDATE作業回数です。 | I/O | |
Handler_write | WRITE作業回数です。 | I/O | |
Innodb_buffer_pool_bytes_data | InnoDBバッファプールでデータが含まれたバイト数です。 | MySQL Resource | |
Innodb_buffer_pool_bytes_dirty | InnoDBバッファプールで変更されたバイト数(ダーティデータ数)となります。 | MySQL Resource | |
Innodb_buffer_pool_pages_data | InnoDBバッファプールで使用されているバッファプールページの数です。 | MySQL Resource | |
Innodb_buffer_pool_pages_dirty | InnoDBバッファプールで変更されたページ数(ダーティページ数)です。 | MySQL Resource | |
Innodb_buffer_pool_pages_flushed | InnoDBバッファプールでフラッシュされたページの数です。バッファプールのダーティデータをディスクに書き込む作業であり、頻繁なフラッシュはディスクに負担をかけるため、ディスクの性能とともにモニタリングする必要があります。 | MySQL Resource | |
Innodb_buffer_pool_pages_free | InnoDBバッファプールで使用可能なページ数です。 | MySQL Resource | |
Innodb_buffer_pool_pages_misc | InnoDBバッファプールの管理用ページ数です。 | MySQL Resource | |
Innodb_buffer_pool_pages_total | InnoDBバッファプールの合計ページ数です。 | MySQL Resource | |
Innodb_buffer_pool_read_ahead | InnoDBバッファプールで先読みが発生した回数です。 | MySQL Resource | |
Innodb_buffer_pool_read_ahead_evicted | 先読みページがバッファプールから削除された回数です。 | MySQL Resource | |
Innodb_buffer_pool_read_ahead_rnd | ランダムな先読みが発生した回数です。 | MySQL Resource | |
Innodb_buffer_pool_read_requests | InnoDBバッフ ァプールでの論理的な読み取りリクエストの数です。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_reads | InnoDBバッファプールで物理ディスクからの読み取り作業が発生した回数です。Innodbバッファプールにデータがないため、ディスクから直接読み取る必要がある論理的な読み取りリクエストの数です。 | MySQL Resource | |
Innodb_buffer_pool_resize_status_code | InnoDBバッファプールサイズの調整ステータスコードです。 | MySQL Resource | |
Innodb_buffer_pool_resize_status_progress | InnoDBバッファプールサイズの調整進行率です。 | MySQL Resource | |
Innodb_buffer_pool_wait_free | InnoDBバッファプールがいっぱいになった時に待機した回数です。 | MySQL Resource | |
Innodb_buffer_pool_write_requests | InnoDBバッファプールからの記録リクエストの数です。 | 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_read | InnoDBで読み取ったデータの合計バイト数です。 | MySQL Resource | |
Innodb_data_reads | InnoDBでの読み取り作業の数です。 | MySQL Resource | |
Innodb_data_writes | InnoDBでの書き込み作業の数です。 | MySQL Resource | |
Innodb_data_written | InnoDBで記録されたデータバイトの合計数です。 | MySQL Resource | |
Innodb_dblwr_pages_written | InnoDB二重書き込み(double write) バッファで記録されたページの数です。 | MySQL Resource | |
Innodb_dblwr_writes | InnoDB二重書き込み(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_requests | InnoDBログに対する記録リクエストの数です。 | MySQL Resource | |
Innodb_log_writes | InnoDB Redoログファイルへの物理的な書き込み回数です。 | MySQL Resource | |
Innodb_num_open_files | InnoDBで開いたファイルの数です。 | MySQL Resource | |
Innodb_os_log_fsyncs | OSログファイルfsyncの呼び出し数です。 | MySQL Resource | |
Innodb_os_log_pending_fsyncs | 待機中のOSログファイルfsync作業の数です。 | MySQL Resource | |
Innodb_os_log_pending_writes | 待機中のOSログファイルの記録作業の数です。 | MySQL Resource | |
Innodb_os_log_written | OSログファイルに記録されたバイト数です。 | MySQL Resource | |
Innodb_page_size | InnoDBページのサイズです。 | MySQL Resource | |
Innodb_pages_created | InnoDBで生成されたページの数です。 | MySQL Resource | |
Innodb_pages_read | InnoDBで読み取ったページの数です。 | MySQL Resource | |
Innodb_pages_written | InnoDBで記録されたページの数です。 | MySQL Resource | |
Innodb_redo_log_capacity_resized | InnoDB Redoログ容量が調整された回数です。 | MySQL Resource | |
Innodb_redo_log_checkpoint_lsn | InnoDB RedoログチェックポイントのLSNです。 | MySQL Resource | |
Innodb_redo_log_current_lsn | InnoDB Redoログの現在のLSNです。 | MySQL Resource | |
Innodb_redo_log_flushed_to_disk_lsn | InnoDB Redoログがディスクに記録されたLSNです。 | MySQL Resource | |
Innodb_redo_log_logical_size | InnoDB Redo論理ログのサイズです。 | MySQL Resource | |
Innodb_redo_log_physical_size | InnoDB Redo物理ログのサイズです。 | MySQL Resource | |
Innodb_redo_log_uuid | InnoDB RedoログのUUIDです。 | MySQL Resource | |
Innodb_row_lock_current_waits | InnoDB行ロック(row lock) の現在待機数です。 | MySQL Resource | |
Innodb_row_lock_time | InnoDB行ロック(row lock)獲得に費やされた合計時間(milliseconds)となります。 | Performance | |
Innodb_row_lock_time_avg | InnoDB行ロック(row lock) の平均時間です。 | Performance | |
Innodb_row_lock_time_max | InnoDB行ロック(row lock) の最大時間です。 | Performance | |
Innodb_row_lock_waits | InnoDB行ロック(row lock)の待機回数です。ロックを獲得した数ではなくロックを得るために待機する回数で、このメトリクスが通常より急増するとクエリ待機が発生(락 경합)することでクエリのチューニングが必要です。 | Performance | |
Innodb_rows_deleted | InnoDBで削除された行数です。 | MySQL Resource | |
Innodb_rows_inserted | InnoDBで挿入された行数です。 | MySQL Resource | |
Innodb_rows_read | InnoDBで読み取った行数(Selectで処理された行数)となります。 | Throughput | |
Innodb_rows_updated | InnoDBで更新された行数です。 | MySQL Resource | |
Innodb_rows_writes | InnoDBで記された行数(Writeに処理された行数)となります。Innodb_rows_inserted + Innodb_rows_updated + Innodb_rows_deleted 計算式と同じです。 | Throughput | |
Innodb_sampled_pages_read | InnoDBでサンプリングされたページ数です。 | MySQL Resource | |
Innodb_sampled_pages_skipped | InnoDBからのサンプリングがスキップされたページの数です。 | MySQL Resource | |
Innodb_system_rows_deleted | InnoDBシステムから削除された行数です。 | MySQL Resource | |
Innodb_system_rows_inserted | InnoDBシステムから挿入された行数です。 | MySQL Resource | |
Innodb_system_rows_read | InnoDBシステムで読んだ行数です。 | MySQL Resource | |
Innodb_system_rows_updated | InnoDBシステムで更新された行数です。 | MySQL Resource | |
Innodb_truncated_status_writes | InnoDBでカットされたステータス履歴の数です。 | MySQL Resource | |
Innodb_undo_tablespaces_active | InnoDBで有効になったアンドゥテーブルスペースの数です。 | MySQL Resource | |
Innodb_undo_tablespaces_explicit | InnoDBで明示的に生成されたアンドゥテーブルスペースの数です。 | MySQL Resource | |
Innodb_undo_tablespaces_implicit | InnoDBで暗黙的に生成されたアンドゥテーブルスペースの数です。 | MySQL Resource | |
Innodb_undo_tablespaces_total | InnoDBの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_connections | startup以降に使用された最大接続数です。 | Connection | |
Mysqlx_aborted_clients | MySQL X Protocolで中断されたクライアントの数です。 | Connection | |
Mysqlx_bytes_received | MySQL X Protocolで受信されたバイト数です。 | Throughput | |
Mysqlx_bytes_received_compressed_payload | MySQL X Protocolで圧縮されたペイロードで受信されたバイト数です。 | Throughput | |
Mysqlx_bytes_received_uncompressed_frame | MySQL X Protocolで圧縮されていないフレームで受信されたバイト数です。 | Throughput | |
Mysqlx_bytes_sent | MySQL X Protocolで送信されたバイト 数です。 | Throughput | |
Mysqlx_bytes_sent_compressed_payload | MySQL X Protocolで圧縮されたペイロードに送信されたバイト数です。 | Throughput | |
Mysqlx_bytes_sent_uncompressed_frame | MySQL X Protocolで圧縮されていないフレームで送信されたバイト数です。 | Throughput | |
Mysqlx_connection_accept_errors | MySQL X Protocolでの接続の受け入れエラーの数です。 | Connection | |
Mysqlx_connection_errors | MySQL X Protocolで発生した接続エラーの数です。 | Connection | |
Mysqlx_connections_accepted | MySQL X Protocolでオープンされた接続の数です。 | Connection | |
Mysqlx_connections_closed | MySQL X Protocolでクローズされた接続の数です。 | Connection | |
Mysqlx_connections_rejected | MySQL X Protocolで拒否された接続の数です。 | Connection | |
Mysqlx_crud_create_view | MySQL X Protocolで実行されたCREATE VIEWコマンドの回数です。 | Performance | |
Mysqlx_crud_delete | MySQL X Protocolで実行されたDELETEコマンドの回数です。 | Performance | |
Mysqlx_crud_drop_view | MySQL X Protocolで実行されたDROP VIEWコマンド回数です。 | Performance | |
Mysqlx_crud_find | MySQL X Protocolで実行されたFINDコマンド回数です。 | Performance | |
Mysqlx_crud_insert | MySQL X Protocolで実行されたINSERTコマンド回数です。 | Performance | |
Mysqlx_crud_modify_view | MySQL X Protocolで実行されたMODIFY VIEWコマンド回数です。 | Performance | |
Mysqlx_crud_update | MySQL X Protocolで実行されたUPDATEコマンド回数です。 | Performance | |
Mysqlx_cursor_close | MySQL X Protocolで実行されたカーソルクローズコマンド回数です。 | Performance | |
Mysqlx_cursor_fetch | MySQL X Protocolで実行されたカーソルフェッチコマンド回数です。 | Performance | |
Mysqlx_cursor_open | MySQL X Protocolで実行されたカーソルオープンコマンド回数です。 | Performance | |
Mysqlx_errors_sent | MySQL X Protocolでクライアントに送信されたエラー数です。 | Info | |
Mysqlx_errors_unknown_message_type | MySQL X Protocolで不明なメッセージタイプのエラー数です。 | Info | |
Mysqlx_expect_close | MySQL X Protocolで実行されたEXPECT CLOSEコマンド回数です。 | Performance | |
Mysqlx_expect_open | MySQL X Protocolで実行されたEXPECT OPENコマンド回数です。 | Performance | |
Mysqlx_init_error | MySQL X Protocolでの初期化エラーの数です。 | Info | |
Mysqlx_messages_sent | MySQL X Protocolでクライアントに送信されたメッセージ数です。 | Info | |
Mysqlx_notice_global_sent | MySQL X Protocolで送信されたグローバル通知の数です。 | Info | |
Mysqlx_notice_other_sent | MySQL X Protocolで送信されたその他の通知の数です。 | Info | |
Mysqlx_notice_warning_sent | MySQL X Protocolで送信されたアラート通知の数です。 | Info | |
Mysqlx_notified_by_group_replication | MySQL X Protocolでグループレプリケーションで通知された回数です。 | Connection | |
Mysqlx_port | MySQL X Protocolで使用されたポートです。 | Info | |
Mysqlx_prep_deallocate | MySQL X Protocolで用意されたSQL DEALLOCATEコマンド回数です。 | Performance | |
Mysqlx_prep_execute | MySQL X Protocolで用意されたSQL EXECUTEコマンド回数です。 | Performance | |
Mysqlx_prep_prepare | MySQL X Protocolで用意されたSQL PREPAREコマンド回数です。 | Performance | |
Mysqlx_rows_sent | MySQL X Protocolでクライアントに送信された行数です。 | Throughput | |
Mysqlx_sessions | MySQL X Protocolでの活性セッション数です。 | Connection | |
Mysqlx_sessions_accepted | MySQL X Protocolでオープンされたセッション数です。 | Connection | |
Mysqlx_sessions_closed | MySQL X Protocolでクローズされたセッション数です。 | Connection | |
Mysqlx_sessions_fatal_error | MySQL X Protocolでクリティカルなエラーによりクローズされたセッション数です。 | Connection | |
Mysqlx_sessions_killed | MySQL X Protocolで強制的に終了されたセッション数です。 | Connection | |
Mysqlx_sessions_rejected | MySQL X Protocolで拒否されたセッション数です。 | Connection | |
Mysqlx_ssl_accepts | MySQL X ProtocolでSSL接続で許可された数です。 | Connection | |
Mysqlx_ssl_ctx_verify_depth | MySQL X ProtocolでSSL検証の深さです。 | Info | |
Mysqlx_ssl_ctx_verify_mode | MySQL X ProtocolでSSL検証モードです。 | Info | |
Mysqlx_ssl_finished_accepts | MySQL X Protocolで完了したSSL接続の数です。 | Connection | |
Mysqlx_stmt_create_collection | MySQL X Protocolで実行されたCREATE COLLECTIONコマンド回数です。 | Performance | |
Mysqlx_stmt_create_collection_index | MySQL X Protocolで実行されたCREATE COLLECTION INDEXコマンド回数です。 | Performance | |
Mysqlx_stmt_disable_notices | MySQL X Protocolで実行されたDISABLE NOTICESコマンド回数です。 | Performance | |
Mysqlx_stmt_drop_collection | MySQL X Protocolで実行されたDROP COLLECTIONコマンド回数です。 | Performance | |
Mysqlx_stmt_drop_collection_index | MySQL X Protocolで実行されたDROP COLLECTION INDEXコマンド回数です。 | Performance | |
Mysqlx_stmt_enable_notices | MySQL X Protocolで実行されたENABLE NOTICESコマンド回数です。 | Performance | |
Mysqlx_stmt_ensure_collection | MySQL X Protocolで実行されたENSURE COLLECTIONコマンド回数です。 | Performance | |
Mysqlx_stmt_execute_mysqlx | MySQL X Protocolで実行されたEXECUTE MYSQLXコマンド回数です。 | Performance | |
Mysqlx_stmt_execute_sql | MySQL X Protocolで実行されたEXECUTE SQLコマンド回数です。 | Performance | |
Mysqlx_stmt_execute_xplugin | MySQL X Protocolで実行されたEXECUTE XPLUGINコマンド回数です。 | Performance | |
Mysqlx_stmt_get_collection_options | MySQL X Protocolで実行されたGET COLLECTION OPTIONSコマンド回数です。 | Performance | |
Mysqlx_stmt_kill_client | MySQL X Protocolで実行されたKILL CLIENTコマンド回数です。 | Performance | |
Mysqlx_stmt_list_clients | MySQL X Protocolで実行されたLIST CLIENTSコマンド回数です。 | Performance | |
Mysqlx_stmt_list_notices | MySQL X Protocolで実行されたLIST NOTICESコマンド回数です。 | Performance | |
Mysqlx_stmt_list_objects | MySQL X Protocolで実行されたLIST OBJECTSコマンド回数です。 | Performance | |
Mysqlx_stmt_modify_collection_options | MySQL X Protocolで実行されたMODIFY COLLECTION OPTIONSコマンド回数です。 | Performance | |
Mysqlx_stmt_ping | MySQL X Protocolで実行されたPINGコマンド回数です。 | Performance | |
Mysqlx_worker_threads | MySQL X Protocolで有効になったワーカースレッド数です。 | MySQL Resource | |
Mysqlx_worker_threads_active | MySQL 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_seen | Performance 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 | |
Queries | com_ping およびcom_statistics を除くサーバーで実行したコマンドの数です。Stored program内で実行されたクエリも計算するという点でQuestions と異なります。 | Throughput | |
Questions | 実行されたクエリの数です。 | Throughput | |
Replica_open_temp_tables | 開いている一時テーブルの数です。 | I/O | |
Secondary_engine_execution_count | 補助エンジンで実行された作業の数です。 | I/O | |
Select_full_join | 1つ以上のテーブルをジョインする場合、インデックスを使用せずにドリブン(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_queries | DBパラメータlong_query_time (second) オプションに設定した時間以上に実行されたクエリ数です。 | Performance | |
Sort_merge_passes | ソートマージ作業の回数です。 | I/O | |
Sort_range | 範囲ソート作業の数です。 | I/O | |
Sort_rows | ソートされた行数です。 | I/O | |
Sort_scan | スキャンのソート作業の数です。 | I/O | |
Ssl_accept_renegotiates | SSL接続の再交渉回数です。 | Connection | |
Ssl_accepts | SSL接続の受け入れ数です。 | Connection | |
Ssl_callback_cache_hits | SSLコールバックキャッシュのヒットの数です。 | Performance | |
Ssl_client_connects | SSLクライアント接続の数です。 | Connection | |
Ssl_connect_renegotiates | SSL接続の再交渉回数です。 | Connection | |
Ssl_ctx_verify_depth | SSLコンテキスト検証の深さです。 | Info | |
Ssl_ctx_verify_mode | SSLコンテキスト検証モードです。 | Info | |
Ssl_default_timeout | SSLデフォルトのタイムアウトです。 | Info | |
Ssl_finished_accepts | 完了したSSL接続数です。 | Connection | |
Ssl_finished_connects | 完了したSSLクライアント接続の数です。 | Connection | |
Ssl_session_cache_hits | SSLセッションのキャッシュヒットの数です。 | Performance | |
Ssl_session_cache_misses | SSLセッションキャッシュミスの数です。 | Performance | |
Ssl_session_cache_overflows | SSLセッションキャッシュオーバーフローの数です。 | Performance | |
Ssl_session_cache_size | SSLセッションキャッシュのサイズです。 | MySQL Resource | |
Ssl_session_cache_timeout | SSLセッションキャッシュのタイムアウトです。 | Info | |
Ssl_session_cache_timeouts | SSLセッションキャッシュのタイムアウト回数です。 | Info | |
Ssl_sessions_reused | 再利用されたSSLセッションの数です。 | Connection | |
Ssl_used_session_cache_entries | 使用されたSSLセッションのキャッシュ項目の数です。 | Performance | |
Ssl_verify_depth | SSL検証の深さです。 | Info | |
Ssl_verify_mode | SSL検証モードです。 | 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_size | Tcログページのサイズです。 | Info | |
Tc_log_page_waits | Tcログページの待機数です。 | I/O | |
Threads_cached | キャッシュされたスレッドの数です。 | MySQL Resource | |
Threads_connected | 接続されたスレッドの数です。 | Connection | |
Threads_created | 生成されたスレッドの数です。 | Connection | |
Threads_running | 実行中のスレッドの数です。 | Connection | |
Uptime | サーバーの稼働時間です。 | Info | |
Uptime_since_flush_status | 最後のステータスフラッシュ以降の経過時間です。 | Info | |
Writes | Writeに使用したコマンドの回数です。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_state | Replication関係で構成されたデータベースであり、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/data | CSVデータファイルの待ち時間です。 | I/O | |
wait/io/file/csv/metadata | CSVメタデータファイルの待ち時間です。 | I/O | |
wait/io/file/innodb/innodb_data_file | InnoDBデータファイルの待ち時間です。 | I/O | |
wait/io/file/innodb/innodb_dblwr_file | InnoDB二重書き込みファイルの待ち時間です。 | I/O | |
wait/io/file/innodb/innodb_log_file | InnoDBログファイルの待ち時間です。 | I/O | |
wait/io/file/innodb/innodb_temp_file | InnoDB一時ファイルの待ち時間です。 | I/O | |
wait/io/file/mysys/charset | MySys文字セットファイルの待ち時間です。 | I/O | |
wait/io/file/mysys/cnf | MySys構成ファイルの待ち時間です。 | I/O | |
wait/io/file/sql/ERRMSG | SQLエラーメッセージファイルの待ち時間です。 | I/O | |
wait/io/file/sql/binlog | SQLバイナリログファイルの待ち時間です。 | I/O | |
wait/io/file/sql/binlog_index | SQLバイナリログインデックスファイルの待ち時間です。 | I/O | |
wait/io/file/sql/casetest | SQLケーステストファイルの待ち時間です。 | I/O | |
wait/io/file/sql/misc | SQLその他のファイルの待ち時間です。 | I/O | |
wait/io/file/sql/pid | SQL PIDファイルの待ち時間です。 | I/O | |
wait/io/file/sql/relaylog | SQLリレー ログファイルの待ち時間です。 | I/O | |
wait/io/file/sql/relaylog_index | SQLリレー ログインデックスファイルの待ち時間です。 | I/O | |
wait/io/file/sql/slow_log | SQLスローログファイルの待ち時間です。 | I/O | |
wait/io/table/sql/handler | SQLハンドラーテーブルの待ち時間です。 | I/O | |
wait/lock/table/sql/handler | SQLハンドラーテーブル ロックの待ち時間です。 | I/O | |
waiting_for_table_flush_sessions | テーブルフラッシュの待機セッションの数です。 | I/O | |
warning_count | アラート数です。 | Info |
XOS関連メトリクス
次は、XOSエージェントから収集されるメトリクスについての説明です。
Metric | Unit | Description |
---|---|---|
cpu(xos) | pct | CPU使用率、cpu_user + cpu_sys + cpu_iowait の合計です。 |
cpu_user(xos) | pct | CPUがユーザーコードを実行する際にかかった時間です。 |
cpu_sys(xos) | pct | CPUがKernel codeを実行した時間です。 |
cpu_iowait(xos) | pct | CPUがIOを待機した時間です。 |
cpu_idle(xos) | pct | CPUプロセッサのアイドルタイムです。 |
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) | MB | buff/cacheで使用中のメモリ量です。 |
mem_swaptotal(xos) | MB | Swap全体サイズ、物理メモリが不足している場合に備えて設定します。 |
mem_swapfree(xos) | MB | Swapの未使用領域、Swap領域はディスク領域が解放されるため、Swapを使用している場合は、システム性能が大幅に低下する可能性があります。 |
mem_available(xos) | MB | メモリの可用領域です。 |
net_recv_bytes(xos) | バイト | ネットワークで受信されたデータの量です。 |
net_recv_packets(xos) | - | ネットワークで受信されたデータパケットの数です。 |
net_send_bytes(xos) | バイト | ネットワークで送信したデータの量です。 |
net_send_packets(xos) | - | ネットワークに送信したデータパケットの数です。 |