Class CGroupCpuGuarantee

java.lang.Object
org.apache.storm.metric.cgroup.CGroupMetricsBase<Long>
org.apache.storm.metric.cgroup.CGroupCpuGuarantee
All Implemented Interfaces:
IMetric

@Deprecated public class CGroupCpuGuarantee extends CGroupMetricsBase<Long>
Deprecated.
Report the guaranteed number of ms 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.