PerfMonSample Class
Performance monitor sample in a set.
Constructor
PerfMonSample(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
time
|
Point in time for which counter was measured. |
|
instance_name
|
Name of the server on which the measurement is made. |
|
value
|
Value of counter at a certain time. |
Attributes
instance_name
Name of the server on which the measurement is made.
instance_name: str | None
time
Point in time for which counter was measured.
time: datetime | None
value
Value of counter at a certain time.
value: float | None