Go to the source code of this file.
| Classes | |
| class | cpu_monitor.CPUMonitor | 
| Namespaces | |
| cpu_monitor | |
| Variables | |
| cpu_monitor.action | |
| cpu_monitor.args | |
| cpu_monitor.cpu_node = CPUMonitor(hostname, options.diag_hostname) | |
| cpu_monitor.default | |
| cpu_monitor.dest | |
| cpu_monitor.help | |
| cpu_monitor.hostname = socket.gethostname() | |
| cpu_monitor.metavar | |
| cpu_monitor.options | |
| cpu_monitor.parser = optparse.OptionParser(usage="usage: cpu_monitor.py [--diag-hostname=cX]") | |
| dictionary | cpu_monitor.stat_dict = { DiagnosticStatus.OK: 'OK', DiagnosticStatus.WARN: 'Warning', DiagnosticStatus.ERROR: 'Error', DiagnosticStatus.STALE: 'Stale' } |