Class CGroupCpuGuarantee

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

public class CGroupCpuGuarantee extends CGroupMetricsBase implements WorkerMetricRegistrant
Report the guaranteed number of cpu percentage this worker has requested. It gets the result from cpu.shares. Use this when org.apache.storm.container.cgroup.CgroupManager is used as the storm.resource.isolation.plugin.