#include <buf0buf.h>
Public Attributes | |
ulint | pool_unique_id |
ulint | pool_size |
ulint | lru_len |
ulint | old_lru_len |
ulint | free_list_len |
ulint | flush_list_len |
ulint | n_pend_unzip |
ulint | n_pend_reads |
ulint | n_pending_flush_lru |
ulint | n_pending_flush_list |
ulint | n_pending_flush_single_page |
ulint | n_pages_made_young |
ulint | n_pages_not_made_young |
ulint | n_pages_read |
ulint | n_pages_created |
ulint | n_pages_written |
ulint | n_page_gets |
ulint | n_ra_pages_read |
ulint | n_ra_pages_evicted |
ulint | n_page_get_delta |
double | page_made_young_rate |
double | page_not_made_young_rate |
double | pages_read_rate |
double | pages_created_rate |
double | pages_written_rate |
ulint | page_read_delta |
ulint | young_making_delta |
ulint | not_young_making_delta |
double | pages_readahead_rate |
double | pages_evicted_rate |
ulint | unzip_lru_len |
ulint | io_sum |
ulint | io_cur |
ulint | unzip_sum |
ulint | unzip_cur |
This structure defines information we will fetch from each buffer pool. It
will be used to print table IO stats
ulint buf_pool_info_struct::flush_list_len |
ulint buf_pool_info_struct::free_list_len |
ulint buf_pool_info_struct::io_cur |
ulint buf_pool_info_struct::lru_len |
ulint buf_pool_info_struct::n_page_get_delta |
ulint buf_pool_info_struct::n_page_gets |
ulint buf_pool_info_struct::n_pages_created |
ulint buf_pool_info_struct::n_pages_made_young |
ulint buf_pool_info_struct::n_pages_not_made_young |
ulint buf_pool_info_struct::n_pages_read |
ulint buf_pool_info_struct::n_pages_written |
ulint buf_pool_info_struct::n_pend_reads |
ulint buf_pool_info_struct::n_pend_unzip |
ulint buf_pool_info_struct::n_pending_flush_list |
ulint buf_pool_info_struct::n_pending_flush_lru |
ulint buf_pool_info_struct::n_pending_flush_single_page |
ulint buf_pool_info_struct::n_ra_pages_evicted |
ulint buf_pool_info_struct::n_ra_pages_read |
ulint buf_pool_info_struct::not_young_making_delta |
ulint buf_pool_info_struct::old_lru_len |
double buf_pool_info_struct::page_made_young_rate |
double buf_pool_info_struct::page_not_made_young_rate |
ulint buf_pool_info_struct::page_read_delta |
double buf_pool_info_struct::pages_created_rate |
double buf_pool_info_struct::pages_evicted_rate |
double buf_pool_info_struct::pages_read_rate |
double buf_pool_info_struct::pages_readahead_rate |
double buf_pool_info_struct::pages_written_rate |
ulint buf_pool_info_struct::pool_size |
ulint buf_pool_info_struct::unzip_cur |
ulint buf_pool_info_struct::unzip_lru_len |
ulint buf_pool_info_struct::unzip_sum |
ulint buf_pool_info_struct::young_making_delta |