Definition at line 521 of file cpu_monitor.py.
 
      
        
          | def cpu_monitor.CPUMonitor.__init__ | ( |  | self, | 
        
          |  |  |  | hostname, | 
        
          |  |  |  | diag_hostname | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | def cpu_monitor.CPUMonitor._restart_temp_check | ( |  | self | ) |  |  | private | 
 
 
      
        
          | def cpu_monitor.CPUMonitor.cancel_timers | ( |  | self | ) |  | 
      
 
Must have the lock to cancel everything. 
Definition at line 599 of file cpu_monitor.py.
 
 
      
        
          | def cpu_monitor.CPUMonitor.check_nfs_stat | ( |  | self | ) |  | 
      
 
 
      
        
          | def cpu_monitor.CPUMonitor.check_temps | ( |  | self | ) |  | 
      
 
 
      
        
          | def cpu_monitor.CPUMonitor.check_usage | ( |  | self | ) |  | 
      
 
 
      
        
          | def cpu_monitor.CPUMonitor.publish_stats | ( |  | self | ) |  | 
      
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._check_core_temps |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._check_ipmi |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._check_nfs |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._diag_pub |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._enforce_speed |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._last_nfs_time |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._last_publish_time |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._last_temp_time |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._last_usage_time |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._load1_threshold |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._load5_threshold |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._mutex |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._nfs_stat |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._nfs_timer |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._num_cores |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._temp_stat |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._temp_vals |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._temps_timer |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._usage_stat |  | private | 
 
 
  
  | 
        
          | cpu_monitor.CPUMonitor._usage_timer |  | private | 
 
 
The documentation for this class was generated from the following file: