PerfMonSample Class
Performance monitor sample in a set.
- Inheritance
-
azure.mgmt.web._serialization.ModelPerfMonSample
Constructor
PerfMonSample(*, time: datetime | None = None, instance_name: str | None = None, value: float | None = None, core_count: int | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
core_count
|
Core Count of worker. Not a data member. |
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. |
core_count
|
Core Count of worker. Not a data member. |