Class 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.