![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Server monitoring system. More...
Functions | |
| static 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.  More... | |
| static 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.  More... | |
| static void | srv_mon_reset_all (monitor_id_t monitor) | 
| This function resets all values of a monitor counter.  More... | |
Server monitoring system.
Created 1/20/2010 Jimmy Yang
      
  | 
  inlinestatic | 
This function is used to calculate the maximum counter value since the start of monitor counter.
| monitor | in: monitor id | 
      
  | 
  inlinestatic | 
This function is used to calculate the minimum counter value since the start of monitor counter.
| monitor | in: monitor id | 
      
  | 
  inlinestatic | 
This function resets all values of a monitor counter.
| monitor | in: monitor id |