MySQL 9.1.0
Source Code Documentation
|
struct monitor_info describes the basic/static information about each monitor counter. More...
#include <srv0mon.h>
Public Attributes | |
const char * | monitor_name |
Monitor name. More... | |
const char * | monitor_module |
Sub Module the monitor belongs to. More... | |
const char * | monitor_desc |
Brief desc of monitor counter. More... | |
monitor_type_t | monitor_type |
Type of Monitor Info. More... | |
monitor_id_t | monitor_related_id |
Monitor ID of counter that related to this monitor. More... | |
monitor_id_t | monitor_id |
Monitor ID as defined in enum monitor_id_t. More... | |
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.