Click or drag to resize
HealthMonitoringManager Class
The class that provides methods to work with performance counters.
Inheritance Hierarchy
SystemObject
  CMS.HealthMonitoringHealthMonitoringManager

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 8.2.23
Syntax
C#
public static class HealthMonitoringManager

The HealthMonitoringManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearCounters
Clears generic counter list.
Public methodStatic memberCreateCounterCategories
Creates new performance categories and counters.
Public methodStatic memberCreateCounterCategory
Creates new performance category and counters.
Public methodStatic memberDecrementCounter(String, Counter)
Decrements raw value of the counter.
Public methodStatic memberDecrementCounter(String, Counter, String)
Decrements raw value of the counter instance.
Public methodStatic memberDeleteCounterCategories
Deletes performance categories.
Public methodStatic memberDeleteCounterCategory
Deletes existing performance category.
Public methodStatic memberIncrementCounter(String, Counter)
Increments raw value of the counter.
Public methodStatic memberIncrementCounter(String, Counter, String)
Increments raw value of the counter instance.
Public methodStatic memberIsSystemCounter
Indicates if counter is system.
Public methodStatic memberIsSystemDatabaseCounter
Indicates if counter is system counter based on special values treatment.
Public methodStatic memberIsSystemSpecialCounter
Indicates if counter is system counter based on special values treatment.
Public methodStatic memberLogProgress
Logs the message progress.
Public methodStatic memberPerformanceCategoryExists
Indicates if performance category exists.
Public methodStatic memberResetCounters
Resets values of all counters.
Public methodStatic memberSetCounterValue(String, Counter, Int64)
Sets raw value to the counter.
Public methodStatic memberSetCounterValue(String, Counter, String, Int64)
Sets raw value to the instance.
Top
Properties
  NameDescription
Public propertyStatic memberAllSites
Gets collection of site names.
Public propertyStatic memberCounters
Gets counter list.
Public propertyStatic memberError
Gets or sets error flag.
Public propertyStatic memberGeneralCategoryName
Gets name of general category.
Public propertyStatic memberSites
Gets collection of site names.
Public propertyStatic memberSitesCategoryName
Gets sites category name.
Top
Events
  NameDescription
Public eventStatic memberOnProgressLog
Progress log event.
Top
See Also