C# Class Graphite.System.AppPoolListener

Datei anzeigen Open project: peschuster/graphite-client Class Usage Examples

Public Methods

Method Description
AppPoolListener ( string appPoolName, string category, string counter ) : System
LoadCounterName ( ) : bool
ReportValue ( ) : float?

Private Methods

Method Description
Execute ( string arguments, string &result, int maxMilliseconds = 30000 ) : bool
GetCounterName ( string appPool ) : string
ProcessNameById ( string prefix, int processId ) : string

Method Details

AppPoolListener() public method

public AppPoolListener ( string appPoolName, string category, string counter ) : System
appPoolName string
category string
counter string
return System

LoadCounterName() public method

public LoadCounterName ( ) : bool
return bool

ReportValue() public method

public ReportValue ( ) : float?
return float?