You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql/metadata.csv
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -75,16 +75,16 @@ mysql.innodb.lsn_current,gauge,,,,Log sequence number as shown in the LOG sectio
75
75
mysql.innodb.lsn_flushed,gauge,,,,Flushed up to log sequence number as shown in the LOG section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb lsn_flushed,
76
76
mysql.innodb.lsn_last_checkpoint,gauge,,,,Log sequence number last checkpoint as shown in the LOG section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb lsn_last_checkpoint,
77
77
mysql.innodb.mem_adaptive_hash,gauge,,byte,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb mem_adaptive_hash,
78
-
mysql.innodb.mem_additional_pool,gauge,,byte,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb mem_additional_total,
78
+
mysql.innodb.mem_additional_pool,gauge,,byte,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output. Only available in MySQL 5.6.,0,mysql,mysql innodb mem_additional_total,
79
79
mysql.innodb.mem_dictionary,gauge,,byte,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb mem_dictionary,
80
80
mysql.innodb.mem_file_system,gauge,,,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb mem filesystem,
81
81
mysql.innodb.mem_lock_system,gauge,,,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb mem locksystem,
82
82
mysql.innodb.mem_page_hash,gauge,,,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb mem page hash,
83
83
mysql.innodb.mem_recovery_system,gauge,,,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb mem recovery system,
84
84
mysql.innodb.mem_total,gauge,,byte,,As shown in the BUFFER POOL AND MEMORY section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb mem_total,memory
85
-
mysql.innodb.mutex_os_waits,gauge,,event,second,The rate of mutex OS waits.,0,mysql,mutex os waits,
86
-
mysql.innodb.mutex_spin_rounds,gauge,,event,second,The rate of mutex spin rounds.,0,mysql,mutex spin rounds,
87
-
mysql.innodb.mutex_spin_waits,gauge,,event,second,The rate of mutex spin waits.,0,mysql,mutex spin waits,
85
+
mysql.innodb.mutex_os_waits,gauge,,event,second,The rate of mutex OS waits. Only available in MySQL 5.6 and 5.7.,0,mysql,mysql innodb mutex os waits,
86
+
mysql.innodb.mutex_spin_rounds,gauge,,event,second,The rate of mutex spin rounds. Only available in MySQL 5.6 and 5.7.,0,mysql,mutex spin rounds,
87
+
mysql.innodb.mutex_spin_waits,gauge,,event,second,The rate of mutex spin waits. Only available in MySQL 5.6 and 5.7.,0,mysql,mutex spin waits,
88
88
mysql.innodb.os_file_fsyncs,gauge,,operation,,(Delta) The total number of fsync() operations performed by InnoDB.,0,mysql,mysql innodb os file fsyncs,
89
89
mysql.innodb.os_file_reads,gauge,,operation,,(Delta) The total number of files reads performed by read threads within InnoDB.,0,mysql,mysql innodb os file reads,
90
90
mysql.innodb.os_file_writes,gauge,,operation,,(Delta) The total number of file writes performed by write threads within InnoDB.,0,mysql,mysql innodb os file writes,
@@ -100,8 +100,8 @@ mysql.innodb.pending_aio_sync_ios,gauge,,,,As shown in the FILE I/O section of t
100
100
mysql.innodb.pending_buffer_pool_flushes,gauge,,flush,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb buffer flushes,
101
101
mysql.innodb.pending_checkpoint_writes,gauge,,,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output.,0,mysql,,
102
102
mysql.innodb.pending_ibuf_aio_reads,gauge,,,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb aio reads,
103
-
mysql.innodb.pending_log_flushes,gauge,,flush,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb log flush,
104
-
mysql.innodb.pending_log_writes,gauge,,write,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb log write,
103
+
mysql.innodb.pending_log_flushes,gauge,,flush,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output. Only available in MySQL 5.6 and 5.7.,0,mysql,mysql innodb log flush,
104
+
mysql.innodb.pending_log_writes,gauge,,write,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output. Only available in MySQL 5.6 and 5.7.,0,mysql,mysql innodb log write,
105
105
mysql.innodb.pending_normal_aio_reads,gauge,,read,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb aio read,
106
106
mysql.innodb.pending_normal_aio_writes,gauge,,write,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql aio write,
107
107
mysql.innodb.queries_inside,gauge,,query,,As shown in the FILE I/O section of the SHOW ENGINE INNODB STATUS output.,0,mysql,mysql innodb queries inside,
0 commit comments