- All Implemented Interfaces:
- ComparisonStrategy<DefaultStrategyResult>
public class CPUUtilizationComparisonStrategy
extends Object
implements ComparisonStrategy<DefaultStrategyResult>
A Default implementation of the comparison-strategy. The main goal of this
strategy is to compare the CPU utilization metrics
The goal of this comparison-strategy is to compare the CPU Utilization metric
of give Business Segment between the current-build and the bench-mark build
It takes the average of the CPU utilization metric metric and compares the
current-build's metric path value with the bench-mark build's same
corresponding value It uses the threshold percentage value from the
configuration. If the performance of a metric path is found to be greater
than bench-mark build's corresponding metric path value by a given threshold,
the metric-path is said be performing slow else performing under threshold
limits
- Author:
- Avinash Chandwani