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

Class CPUWait


CPU Wait Time from mpstat output (wt: percent wait time).

Notes:

Method Summary
  __init__(self)
String format_output(self, output)
Parse CPU Wait Time from mpstat output (wt: percent wait time).

Class Variable Summary
str label = 'CPU I/O Wait Time'

Method Details

format_output(self, output)

Parse CPU Wait Time from mpstat output (wt: percent wait time).

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

Class Variable Details

label

Type:
str
Value:
'CPU I/O Wait Time'                                                    

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