| InnoDB Plugin
    1.0
    | 
#include <srv0mon.h>
| Data Fields | |
| const char * | monitor_name | 
| const char * | monitor_module | 
| const char * | monitor_desc | 
| monitor_type_t | monitor_type | 
| monitor_id_t | monitor_related_id | 
| monitor_id_t | monitor_id | 
struct monitor_info describes the basic/static information
about each monitor counter.
| const char* monitor_info_t::monitor_desc | 
Brief desc of monitor counter
| monitor_id_t monitor_info_t::monitor_id | 
Monitor ID as defined in enum monitor_id_t
| const char* monitor_info_t::monitor_module | 
Sub Module the monitor belongs to
| const char* monitor_info_t::monitor_name | 
Monitor name
| monitor_id_t monitor_info_t::monitor_related_id | 
Monitor ID of counter that related to this monitor. This is set when the monitor belongs to a "monitor set"
| monitor_type_t monitor_info_t::monitor_type | 
Type of Monitor Info
 1.8.1.2
 1.8.1.2