diff options
Diffstat (limited to 'storage/xtradb/srv/srv0mon.cc')
-rw-r--r-- | storage/xtradb/srv/srv0mon.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/storage/xtradb/srv/srv0mon.cc b/storage/xtradb/srv/srv0mon.cc index f62c6d2fcb0..5415cb5c972 100644 --- a/storage/xtradb/srv/srv0mon.cc +++ b/storage/xtradb/srv/srv0mon.cc @@ -985,6 +985,21 @@ static monitor_info_t innodb_counter_info[] = MONITOR_NONE, MONITOR_DEFAULT_START, MONITOR_OVLD_PAGES_PAGE_COMPRESSION_ERROR}, + {"compress_pages_page_encrypted", "compression", + "Number of pages encrypted by page encryption", + MONITOR_NONE, + MONITOR_DEFAULT_START, MONITOR_OVLD_PAGES_PAGE_ENCRYPTED}, + + {"compress_pages_page_decrypted", "compression", + "Number of pages decrypted by page encryption", + MONITOR_NONE, + MONITOR_DEFAULT_START, MONITOR_OVLD_PAGES_PAGE_DECRYPTED}, + + {"compress_pages_page_encryption_error", "compression", + "Number of page encryption errors ", + MONITOR_NONE, + MONITOR_DEFAULT_START, MONITOR_OVLD_PAGES_PAGE_ENCRYPTION_ERROR}, + /* ========== Counters for Index ========== */ {"module_index", "index", "Index Manager", MONITOR_MODULE, |