PerfMonSet Class

Metric information.

Constructor

PerfMonSet(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Unique key name of the counter.

start_time

Start time of the period.

end_time

End time of the period.

time_grain
str

Presented time grain.

values_property

Collection of workers that are active during this time.

Attributes

end_time

End time of the period.

end_time: datetime | None

name

Unique key name of the counter.

name: str | None

start_time

Start time of the period.

start_time: datetime | None

time_grain

Presented time grain.

time_grain: str | None

values_property

Collection of workers that are active during this time.

values_property: list['_models.PerfMonSample'] | None