Data Object - RDSHLoadBalancingMetricsSettings
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.Farm.LoadBalancingMetricsSettings
Property of
Since
Horizon 7.8
Data Object Description¶
Load Balancing metrics
Data Object Properties¶
Name | Type | Description |
---|---|---|
includeSessionCount | xsd:boolean | Whether to include session count for load balancing. If #useCustomScript is false, by default session count will be used. It is true by default. 2 1 |
cpuThreshold | xsd:int | Represents threshold of CPU usage, in percentage. If the value is 0, then this metric will not be considered for load balancing. 3 1 4 5 |
memThreshold | xsd:int | Represents threshold of memory usage, in percentage. If the value is 0, then this metric will not be considered for load balancing. 3 1 4 5 |
diskQueueLengthThreshold | xsd:int | Represents the threshold of average number of both read and write requests that were queued for the selected disk during the sample interval. If the value is 0, then this metric will not be considered for load balancing. 3 1 4 |
diskReadLatencyThreshold | xsd:int | 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. 3 1 4 |
diskWriteLatencyThreshold | xsd:int | 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. 3 1 4 |