본문으로 건너뛰기

MySQL 지표

데이터베이스 지표(메트릭스)는 데이터베이스의 작업량과 리소스 사용량을 포괄적으로 수집합니다. 와탭 모니터링 서비스는 지속적으로 지표를 수집하여 데이터베이스의 병목 현상을 확인하고, 성능 문제의 근본 원인을 식별하는 데 도움이 되는 데이터를 제공합니다.

지표에 대한 자세한 내용은 다음 문서를 참조하세요.

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-이진 로그에 기록 된 바이트 수입니다.
Binlog_cache_disk_use디스크에 기록된 바이너리 로그 캐시 사용 횟수입니다.I/O
Binlog_cache_use바이너리 로그 캐시가 사용된 횟수입니다.I/O
Binlog_commits-이진 로그에 기록된 커밋 수입니다.
Binlog_stmt_cache_disk_use디스크에 기록된 바이너리 로그 스테이트먼트 캐시 사용 횟수입니다.I/O
Binlog_stmt_cache_use바이너리 로그 스테이트먼트 캐시가 사용된 횟수입니다.I/O
Bytes_receivedDB 서버가 수신한 데이터 총 바이트 수입니다. 이 값이 높다면 해당 서버는 쓰기 작업(insert 등) 위주의 서버임을 알 수 있습니다.MySQL Resource
Bytes_sentDB 서버가 전송한 데이터 총 바이트 수입니다. 이 값이 높다면 이 서버는 읽기 작업(select) 위주의 서버임을 알 수 있습니다. Questions, Uptime과 함께 응용해보면 1개 쿼리당 평균 Byte, 시간당 처리 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 버퍼 풀에서 플러시된 페이지 수입니다. 버퍼풀의 더티 데이터를 디스크에 쓰는 과정으로 과도한 flush는 디스크에 부담을 줄 수 있으므로 디스크의 성능과 함께 모니터링해야 합니다.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 버퍼 풀에서 논리적 읽기 요청 수입니다. Inodb 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_fsyncs운영 체제 로그 파일 fsync 호출 수입니다.MySQL Resource
Innodb_os_log_pending_fsyncs대기 중인 운영 체제 로그 파일 fsync 작업 수입니다.MySQL Resource
Innodb_os_log_pending_writes대기 중인 운영 체제 로그 파일 기록 작업 수입니다.MySQL Resource
Innodb_os_log_written운영 체제 로그 파일에 기록된 바이트 수입니다.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) 대기 횟수입니다. lock을 획득한 수가 아닌 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 언두 테이블스페이스의 총 수입니다.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_pingcom_statistics를 제외한 서버에서 실행한 명령문 수입니다. Stored program 내에서 실행된 쿼리도 계산한다는 점에서 Questions과 다릅니다.Throughput
Questions실행된 쿼리 수입니다.Throughput
Replica_open_temp_tables열려 있는 임시 테이블 수입니다.I/O
Secondary_engine_execution_count보조 엔진에서 실행된 작업 수입니다.I/O
Select_full_join하나 이상의 테이블을 조인할 경우 인덱스를 사용하지 않고 드리븐(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)byte디스크로부터 읽은 데이터의 양입니다.
disk_writes(xos)block디스크로 쓰여진 데이터의 양입니다.
disk_write_bytes(xos)byte디스크로 쓰여진 데이터의 양입니다.
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)byte네트워크로 수신된 데이터의 양입니다.
net_recv_packets(xos)-네트워크로 수신된 데이터 패킷의 수입니다.
net_send_bytes(xos)byte네트워크로 전송한 데이터의 양입니다.
net_send_packets(xos)-네트워크로 전송한 데이터 패킷의 수입니다.