C# Класс NSoft.NFramework.Diagnostics.Providers.ProcessorPerformanceCounterProvider

Наследование: InstancePerformanceCounterProviderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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