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

Class LoadAvgs


1, 5, 15 minute Load Average from uptime output.

Notes:

Method Summary
  __init__(self)
List of strings format_output(self, output)
Parse 1, 5, 15 minute Load Average from uptime output.

Class Variable Summary
list label = ['Load Average 1min', 'Load Average 5min', 'Load...

Method Details

format_output(self, output)

Parse 1, 5, 15 minute Load Average from uptime output.
Parameters:
output - Command response output string
Returns:
Load avgerages
           (type=List of strings)

Class Variable Details

label

Type:
list
Value:
['Load Average 1min', 'Load Average 5min', 'Load Average 15min']       

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