C# Класс Munin.WinNode.PerformanceCounterHelper

Показать файл Открыть проект

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

Метод Описание
CategoryExists ( string category ) : bool

Returns true if the category exists as a PerformanceCounter category on the local system.

CleanName ( string name ) : string
Initialize ( this counter ) : PerformanceCounter

Initializes the specified counter by calling its PerformanceCounter.NextValue method.

InitializeCounters ( ) : void

Initializes the counters.

Описание методов

CategoryExists() публичный статический Метод

Returns true if the category exists as a PerformanceCounter category on the local system.
public static CategoryExists ( string category ) : bool
category string
Результат bool

CleanName() публичный статический Метод

public static CleanName ( string name ) : string
name string
Результат string

Initialize() публичный статический Метод

Initializes the specified counter by calling its PerformanceCounter.NextValue method.
public static Initialize ( this counter ) : PerformanceCounter
counter this The counter.
Результат System.Diagnostics.PerformanceCounter

InitializeCounters() публичный статический Метод

Initializes the counters.
public static InitializeCounters ( ) : void
Результат void