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

Class CPUSystem


CPU System Time from mpstat output (sys: percent system time).

Notes:

Method Summary
  __init__(self)
String format_output(self, output)
Parse CPU System Time from mpstat output (sys: percent system time).

Class Variable Summary
str label = 'CPU System Time'

Method Details

format_output(self, output)

Parse CPU System Time from mpstat output (sys: percent system time).

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

Class Variable Details

label

Type:
str
Value:
'CPU System Time'                                                      

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