LoadBalancerMetricSettings

LoadBalancerMetricSettings
LoadBalancerMetricSettings

Load Balancer Metric settings for Farm.

JSON Example
{
    "cpu_threshold": 50,
    "disk_queue_length_threshold": 50,
    "disk_read_latency_threshold": 50,
    "disk_write_latency_threshold": 50,
    "include_session_count": true,
    "memory_threshold": 50
}
integer As int32 As int32
cpu_threshold
Optional

Represents threshold of CPU usage, in percentage. If the value is 0,then this metric will not be considered for load balancing. Default value is 0.

integer As int32 As int32
disk_queue_length_threshold
Optional

Represents the threshold of average number of both read and write requests that werequeued for the selected disk during the sample interval. If the value is 0,then this metric will not be considered for load balancing. Default value is 0.

integer As int32 As int32
disk_read_latency_threshold
Optional

Represents the threshold of average time, in milliseconds, of a read of data from the disk. If the value is 0,then this metric will not be considered for load balancing. Default value is 0.

integer As int32 As int32
disk_write_latency_threshold
Optional

Represents the threshold of average time, in milliseconds, of a write of data to the disk.If the value is 0, then this metric will not be considered for load balancing. Default value is 0.

boolean
include_session_count
Optional

Whether to include session count for load balancing. Default value is true.

integer As int32 As int32
memory_threshold
Optional

Represents threshold of memory usage, in percentage.If the value is 0, then this metric will not be considered for load balancing.