Class ClusterUtilizationData
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.noderepository.ClusterUtilizationData
-
public class ClusterUtilizationData extends Object
Utilization ratios- Author:
- bratseth
-
-
Field Summary
Fields Modifier and Type Field Description DoublecpuDoublecurrentCpuDoublecurrentDiskDoublecurrentMemoryDoublediskDoubleidealCpuDoubleidealDiskDoubleidealMemoryDoublememory
-
Constructor Summary
Constructors Constructor Description ClusterUtilizationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cluster.UtilizationtoClusterUtilization()
-
-
-
Field Detail
-
cpu
public Double cpu
-
idealCpu
public Double idealCpu
-
currentCpu
public Double currentCpu
-
memory
public Double memory
-
idealMemory
public Double idealMemory
-
currentMemory
public Double currentMemory
-
disk
public Double disk
-
idealDisk
public Double idealDisk
-
currentDisk
public Double currentDisk
-
-
Method Detail
-
toClusterUtilization
public Cluster.Utilization toClusterUtilization()
-
-