Class CGroupCpuGuaranteeByCfsQuota

java.lang.Object
org.apache.storm.metrics2.cgroup.CGroupMetricsBase
org.apache.storm.metrics2.cgroup.CGroupCpuGuaranteeByCfsQuota
All Implemented Interfaces:
WorkerMetricRegistrant

public class CGroupCpuGuaranteeByCfsQuota extends CGroupMetricsBase implements WorkerMetricRegistrant
Report the percentage of the cpu guaranteed for the worker. It gets the result from cpu.cfs_period_us and cpu.cfs_quota_us. Use this when org.apache.storm.container.docker.DockerManager or org.apache.storm.container.oci.RuncLibContainerManager is used as the storm.resource.isolation.plugin.