Class CGroupCpuGuaranteeByCfsQuota

  • All Implemented Interfaces:
    IMetric

    @Deprecated
    public class CGroupCpuGuaranteeByCfsQuota
    extends CGroupMetricsBase<Long>
    Deprecated.
    Report the guaranteed number of ms this worker has requested. It gets the result from cpu.cfs_period_us and cpu.cfs_quota_us. Use this when org.apache.storm.container.docker.DockerManager is used as the storm.resource.isolation.plugin.