Package org.apache.pekko.cluster.metrics
Class CpuMetricsSelector$
java.lang.Object
org.apache.pekko.cluster.metrics.CapacityMetricsSelector
org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- All Implemented Interfaces:
Serializable,MetricsSelector,scala.Equals,scala.Product
public class CpuMetricsSelector$
extends CapacityMetricsSelector
implements scala.Product, Serializable
MetricsSelector that uses the combined CPU time metrics and stolen CPU time metrics.
In modern Linux kernels: CpuCombined + CpuStolen + CpuIdle = 1.0 or 100%.
Combined CPU is sum of User + Sys + Nice + Wait times, as percentage.
Stolen CPU is the amount of CPU taken away from this virtual machine by the hypervisor, as percentage.
Low CPU capacity => small node weight.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CpuMetricsSelector$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancapacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics) Remaining capacity for each node.doublefactor()How much extra weight to give to the stolen time.Java API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.cluster.metrics.CapacityMetricsSelector
weights, weightsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CpuMetricsSelector$
public CpuMetricsSelector$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance -
factor
public double factor()How much extra weight to give to the stolen time. -
capacity
public scala.collection.immutable.Map<Address,Object> capacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics) Description copied from class:CapacityMetricsSelectorRemaining capacity for each node. The value is between 0.0 and 1.0, where 0.0 means no remaining capacity (full utilization) and 1.0 means full remaining capacity (zero utilization).- Specified by:
capacityin classCapacityMetricsSelector
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode() -
toString
-