Package pymeterlib :: Package plugins :: Package linux :: Module CPUUtilization :: Class CPUUtilization
[show private | hide private]
[frames | no frames]

Class CPUUtilization


CPU Utilization Time from vmstat output (us: percent user time + sy: percent system time).

Notes:

Method Summary
  __init__(self)
String format_output(self, output)
Parse CPU Utilization Time from vmstat output (us: percent user time + sy: percent system time).

Class Variable Summary
str label = 'CPU Utilization Time'

Method Details

format_output(self, output)

Parse CPU Utilization Time from vmstat output (us: percent user time + sy: percent system time).
Parameters:
output - Command response output string
Returns:
Percent utilization time
           (type=String)

Class Variable Details

label

Type:
str
Value:
'CPU Utilization Time'                                                 

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