IntegrationRuntimeNodeMonitoringData interface

Monitoring data for integration runtime node.

Properties

availableMemoryInMB

Available memory (MB) on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

concurrentJobsLimit

Maximum concurrent jobs on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

concurrentJobsRunning

The number of jobs currently running on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

cpuUtilization

CPU percentage on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

maxConcurrentJobs

The maximum concurrent jobs in this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

nodeName

Name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

receivedBytes

Received bytes on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

sentBytes

Sent bytes on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

availableMemoryInMB

Available memory (MB) on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

availableMemoryInMB?: number

Property Value

number

concurrentJobsLimit

Maximum concurrent jobs on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

concurrentJobsLimit?: number

Property Value

number

concurrentJobsRunning

The number of jobs currently running on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

concurrentJobsRunning?: number

Property Value

number

cpuUtilization

CPU percentage on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

cpuUtilization?: number

Property Value

number

maxConcurrentJobs

The maximum concurrent jobs in this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

maxConcurrentJobs?: number

Property Value

number

nodeName

Name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

nodeName?: string

Property Value

string

receivedBytes

Received bytes on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

receivedBytes?: number

Property Value

number

sentBytes

Sent bytes on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

sentBytes?: number

Property Value

number