C# 클래스 Graphite.System.AppPoolListener

파일 보기 프로젝트 열기: peschuster/graphite-client 1 사용 예제들

공개 메소드들

메소드 설명
AppPoolListener ( string appPoolName, string category, string counter ) : System
LoadCounterName ( ) : bool
ReportValue ( ) : float?

비공개 메소드들

메소드 설명
Execute ( string arguments, string &result, int maxMilliseconds = 30000 ) : bool
GetCounterName ( string appPool ) : string
ProcessNameById ( string prefix, int processId ) : string

메소드 상세

AppPoolListener() 공개 메소드

public AppPoolListener ( string appPoolName, string category, string counter ) : System
appPoolName string
category string
counter string
리턴 System

LoadCounterName() 공개 메소드

public LoadCounterName ( ) : bool
리턴 bool

ReportValue() 공개 메소드

public ReportValue ( ) : float?
리턴 float?