InnoDB Plugin
1.0
|
Functions | |
UNIV_INLINE mon_type_t | srv_mon_calc_max_since_start (monitor_id_t monitor) |
UNIV_INLINE mon_type_t | srv_mon_calc_min_since_start (monitor_id_t monitor) |
UNIV_INLINE void | srv_mon_reset_all (monitor_id_t monitor) |
Server monitoring system
Created 1/20/2010 Jimmy Yang
UNIV_INLINE mon_type_t srv_mon_calc_max_since_start | ( | monitor_id_t | monitor | ) |
This function is used to calculate the maximum counter value since the start of monitor counter
monitor | in: monitor id |
UNIV_INLINE mon_type_t srv_mon_calc_min_since_start | ( | monitor_id_t | monitor | ) |
This function is used to calculate the minimum counter value since the start of monitor counter
monitor | in: monitor id |
UNIV_INLINE void srv_mon_reset_all | ( | monitor_id_t | monitor | ) |
This function resets all values of a monitor counter
monitor | in: monitor id |