C# 클래스 NSoft.NFramework.Diagnostics.Providers.ProcessorPerformanceCounterProvider

상속: InstancePerformanceCounterProviderBase
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
ProcessorPerformanceCounterProvider ( ) : System

"_Total"에 대한 Processor Category에 대한 PerformanceCounter를 제공합니다.

ProcessorPerformanceCounterProvider ( string instanceName ) : System

CPU 별로 Performance Counter를 얻을 때, "0", "1" ... CPU 숫자까지...

메소드 상세

ProcessorPerformanceCounterProvider() 공개 메소드

"_Total"에 대한 Processor Category에 대한 PerformanceCounter를 제공합니다.
public ProcessorPerformanceCounterProvider ( ) : System
리턴 System

ProcessorPerformanceCounterProvider() 공개 메소드

CPU 별로 Performance Counter를 얻을 때, "0", "1" ... CPU 숫자까지...
public ProcessorPerformanceCounterProvider ( string instanceName ) : System
instanceName string
리턴 System