dblwr_pages_written |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of pages that have been written for doublew... |
dblwr_writes |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of doublewrite operations that have been pe... |
redo_log_logical_size |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
By |
LSN range size in bytes containing in-use redo log... |
redo_log_physical_size |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
By |
Disk space in bytes currently consumed by all redo... |
redo_log_capacity_resized |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
By |
Redo log capacity in bytes for all redo log files,... |
log_waits |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of log waits due to small log buffer (innod... |
log_write_requests |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of log write requests (innodb_log_write_req... |
log_writes |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
The number of physical writes to the InnoDB redo l... |
os_log_fsyncs |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of fsync log writes (innodb_os_log_fsyncs) |
os_log_pending_fsyncs |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
|
Number of pending fsync write (innodb_os_log_pendi... |
os_log_pending_writes |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
|
Number of pending log file writes (innodb_os_log_p... |
os_log_written |
mysql.inno |
ASYNC COUNTER |
INTEGER |
By |
Bytes of log written (innodb_os_log_written) |
page_size |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
By |
InnoDB page size in bytes (innodb_page_size) |
pages_created |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of pages created (innodb_pages_created) |
pages_read |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of pages read (innodb_pages_read) |
pages_written |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of pages written (innodb_pages_written) |
row_lock_current_waits |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
|
Number of row locks currently being waited for (in... |
row_lock_time |
mysql.inno |
ASYNC COUNTER |
INTEGER |
ms |
Time spent in acquiring row locks, in milliseconds... |
row_lock_time_avg |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
ms |
The average time to acquire a row lock, in millise... |
row_lock_time_max |
mysql.inno |
ASYNC GAUGE COUNTER |
INTEGER |
ms |
The maximum time to acquire a row lock, in millise... |
row_lock_waits |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
Number of times a row lock had to be waited for (i... |
rows_deleted |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
The number of rows deleted from InnoDB tables (inn... |
rows_inserted |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
The number of rows inserted into InnoDB tables (in... |
rows_read |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
The number of rows read from InnoDB tables (innodb... |
rows_updated |
mysql.inno |
ASYNC COUNTER |
INTEGER |
|
The number of rows updated in InnoDB tables (innod... |