IntegrationRuntimeNodeMonitoringData Class
Monitoring data for integration runtime node.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeNodeMonitoringData
Constructor
IntegrationRuntimeNodeMonitoringData(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
node_name
|
Name of the integration runtime node. |
available_memory_in_mb
|
Available memory (MB) on the integration runtime node. |
cpu_utilization
|
CPU percentage on the integration runtime node. |
concurrent_jobs_limit
|
Maximum concurrent jobs on the integration runtime node. |
concurrent_jobs_running
|
The number of jobs currently running on the integration runtime node. |
max_concurrent_jobs
|
The maximum concurrent jobs in this integration runtime. |
sent_bytes
|
Sent bytes on the integration runtime node. |
received_bytes
|
Received bytes on the integration runtime node. |
Azure SDK for Python