C# 클래스 TabMon.CounterConfig.PerfmonCounterConfigReader

Handles parsing & loading the Perfmon counters defined within a Counters.config file.
상속: ICounterConfigReader
파일 보기 프로젝트 열기: tableau/TabMon 1 사용 예제들

공개 메소드들

메소드 설명
LoadCounters ( XmlNode root, TabMon.Helpers.Host host, CounterLifecycleType lifeCycleTypeToLoad ) : ICollection

Parses & loads all Perfmon counters for the given host using the XML tree.

비공개 메소드들

메소드 설명
GetConfiguredInstanceLifecycleType ( XmlNode instanceNode ) : CounterLifecycleType

메소드 상세

LoadCounters() 공개 메소드

Parses & loads all Perfmon counters for the given host using the XML tree.
public LoadCounters ( XmlNode root, TabMon.Helpers.Host host, CounterLifecycleType lifeCycleTypeToLoad ) : ICollection
root System.Xml.XmlNode The root Perfmon counters config node.
host TabMon.Helpers.Host The host to load counters for.
lifeCycleTypeToLoad CounterLifecycleType A filter that indicates whether ephemeral or persistent counters should be loaded.
리턴 ICollection