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
Afficher le fichier Open project: surgicalcoder/Tether

Méthodes publiques

Méthode Description
DoCheck ( ) : object
ProcessorCheck ( ) : System

Private Methods

Méthode Description
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

DoCheck() public méthode

public DoCheck ( ) : object
Résultat object

ProcessorCheck() public méthode

public ProcessorCheck ( ) : System
Résultat System