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.Model
IntegrationRuntimeNodeMonitoringData

Constructor

IntegrationRuntimeNodeMonitoringData(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

node_name
str

Name of the integration runtime node.

available_memory_in_mb
int

Available memory (MB) on the integration runtime node.

cpu_utilization
int

CPU percentage on the integration runtime node.

concurrent_jobs_limit
int

Maximum concurrent jobs on the integration runtime node.

concurrent_jobs_running
int

The number of jobs currently running on the integration runtime node.

max_concurrent_jobs
int

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.