Package Products :: Package ZenRRD :: Package parsers :: Module uptime :: Class uptime
[hide private]
[frames] | no frames]

Class uptime

source code

CommandParser.CommandParser --+
                              |
                             uptime

Instance Methods [hide private]
 
processResults(self, cmd, result)
Parse the results of the uptime command to get sysUptime and load averages.
source code

Inherited from CommandParser.CommandParser: dataForParser

Method Details [hide private]

processResults(self, cmd, result)

source code 
Parse the results of the uptime command to get sysUptime and load averages.
Returns:
None.
Overrides: CommandParser.CommandParser.processResults