EventsPerformanceCounterInfo Class

The performance counter info.

Inheritance
EventsPerformanceCounterInfo

Constructor

EventsPerformanceCounterInfo(*, value: Optional[float] = None, name: Optional[str] = None, category: Optional[str] = None, counter: Optional[str] = None, instance_name: Optional[str] = None, instance: Optional[str] = None, **kwargs)

Parameters

value
float
Required

The value of the performance counter

name
str
Required

The name of the performance counter

category
str
Required

The category of the performance counter

counter
str
Required

The counter of the performance counter

instance_name
str
Required

The instance name of the performance counter

instance
str
Required

The instance of the performance counter