Uses of Interface
org.apache.hadoop.contrib.failmon.Monitored

Packages that use Monitored
org.apache.hadoop.contrib.failmon   
 

Uses of Monitored in org.apache.hadoop.contrib.failmon
 

Classes in org.apache.hadoop.contrib.failmon that implement Monitored
 class CPUParser
          Objects of this class parse the /proc/cpuinfo file to gather information about present processors in the system.
 class HadoopLogParser
          An object of this class parses a Hadoop log file to create appropriate EventRecords.
 class LogParser
          This class represents objects that provide log parsing functionality.
 class NICParser
          Objects of this class parse the output of ifconfig to gather information about present Network Interface Cards in the system.
 class SensorsParser
          Objects of this class parse the output of the lm-sensors utility to gather information about fan speed, temperatures for cpus and motherboard etc.
 class ShellParser
          Objects of this class parse the output of system command-line utilities that can give information about the state of various hardware components in the system.
 class SMARTParser
          Objects of this class parse the output of smartmontools to gather information about the state of disks in the system.
 class SystemLogParser
          An object of this class parses a Unix system log file to create appropriate EventRecords.
 

Constructors in org.apache.hadoop.contrib.failmon with parameters of type Monitored
MonitorJob(Monitored _job, String _type, int _interval)
           
 



Copyright © 2009 The Apache Software Foundation