Package pymeterlib :: Package plugins :: Package solaris :: Module CPUIdle :: Class CPUIdle
[show private | hide private]
[frames | no frames]

Class CPUIdle


CPU Idle Time from mpstat output (idl: percent idle time).

Notes:

Method Summary
  __init__(self)
String format_output(self, output)
Parse CPU Idle Time from mpstat output (idl: percent idle time).

Class Variable Summary
str label = 'CPU Idle Time'

Method Details

format_output(self, output)

Parse CPU Idle Time from mpstat output (idl: percent idle time).

On a multiprocessor system, calculate the average across all processors.
Parameters:
output - Command response output string
Returns:
Percent idle time
           (type=String)

Class Variable Details

label

Type:
str
Value:
'CPU Idle Time'                                                        

Generated by Epydoc 2.1 on Fri Mar 17 09:16:19 2006 http://epydoc.sf.net