Go to the source code of this file.
Classes | |
class | cpu_monitor.CPUMonitor |
Namespaces | |
namespace | cpu_monitor |
Variables | |
string | cpu_monitor.action = "store" |
tuple | cpu_monitor.cpu_node = CPUMonitor(hostname, options.diag_hostname) |
string | cpu_monitor.help = "Computer name in diagnostics output (ex: 'c1')" |
tuple | cpu_monitor.hostname = socket.gethostname() |
string | cpu_monitor.metavar = "DIAG_HOSTNAME" |
tuple | 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' } |