Package org.ow2.clif.jenkins.chart
Class QuantileDistributionChart
- java.lang.Object
-
- org.ow2.clif.jenkins.chart.AbstractChart
-
- org.ow2.clif.jenkins.chart.QuantileDistributionChart
-
public class QuantileDistributionChart extends AbstractChart
Quantile Distribution Chart.
This chart displays the percentage of requests whose response time is less than some thresholds. The number of thresholds is set by a ChartConfiguration object. Thresholds range from zero to the maximum response time. For example, such a chart makes it possible to visualize that 90% of response times are less than some computed value.- Author:
- Julien Coste
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jfree.data.category.DefaultCategoryDataset
data
-
Fields inherited from class org.ow2.clif.jenkins.chart.AbstractChart
chartConfiguration, chartId
-
-
Constructor Summary
Constructors Constructor Description QuantileDistributionChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addData(org.apache.commons.math.stat.descriptive.DescriptiveStatistics stat)
protected org.jfree.chart.JFreeChart
createChart()
-
Methods inherited from class org.ow2.clif.jenkins.chart.AbstractChart
createChart, doPng, getBasicTitle
-
-
-
-
Constructor Detail
-
QuantileDistributionChart
public QuantileDistributionChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
-
-
Method Detail
-
addData
public void addData(org.apache.commons.math.stat.descriptive.DescriptiveStatistics stat)
-
createChart
protected org.jfree.chart.JFreeChart createChart()
- Specified by:
createChart
in classAbstractChart
-
-