// get the resource usage metrics
ResourceUsageMetrics metrics = attempt.getResourceUsageMetrics();
// check with the actual values
testResourceUsageMetricViaDeepCompare(metrics,
counters.findCounter(TaskCounter.CPU_MILLISECONDS).getValue(),
counters.findCounter(TaskCounter.VIRTUAL_MEMORY_BYTES).getValue(),
counters.findCounter(TaskCounter.PHYSICAL_MEMORY_BYTES).getValue(),
counters.findCounter(TaskCounter.COMMITTED_HEAP_BYTES).getValue(),
true);
} finally {