C# 클래스 BloombergFLP.CollectdWin.ReadWindowsPerfCountersPlugin

상속: ICollectdReadPlugin
파일 보기 프로젝트 열기: Netuitive/collectdwin

공개 메소드들

메소드 설명
Configure ( ) : void
Read ( ) : IList
ReadWindowsPerfCountersPlugin ( ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
AddPerformanceCounter ( string category, string names, string instance, double multiplier, int decimalPlaces, string collectdPlugin, string collectdPluginInstance, string collectdType, string collectdTypeInstance ) : System.Boolean

메소드 상세

Configure() 공개 메소드

public Configure ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : IList
리턴 IList

ReadWindowsPerfCountersPlugin() 공개 메소드

public ReadWindowsPerfCountersPlugin ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void