C# Class Tether.CoreChecks.ProcessorCheck

Class for checking processor usage.
This is not really the same as CPU "load" on Linux/Unix, but rather CPU usage. I think Windows users know the difference, but we'll probably need to document the subtleties.
Inheritance: PerformanceCounterBasedCheck, ICheck
Mostra file Open project: surgicalcoder/Tether

Public Methods

Method Description
DoCheck ( ) : object
ProcessorCheck ( ) : System

Private Methods

Method Description
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

DoCheck() public method

public DoCheck ( ) : object
return object

ProcessorCheck() public method

public ProcessorCheck ( ) : System
return System