Package org.ow2.clif.jenkins.chart
Class QuantileDistributionChart
java.lang.Object
org.ow2.clif.jenkins.chart.AbstractChart
org.ow2.clif.jenkins.chart.QuantileDistributionChart
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.
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
FieldsModifier and TypeFieldDescriptionprotected final org.jfree.data.category.DefaultCategoryDatasetFields inherited from class org.ow2.clif.jenkins.chart.AbstractChart
chartConfiguration, chartId -
Constructor Summary
ConstructorsConstructorDescriptionQuantileDistributionChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddData(org.apache.commons.math.stat.descriptive.DescriptiveStatistics stat) protected org.jfree.chart.JFreeChartMethods inherited from class org.ow2.clif.jenkins.chart.AbstractChart
createChart, doPng, getBasicTitle
-
Field Details
-
data
protected final org.jfree.data.category.DefaultCategoryDataset data
-
-
Constructor Details
-
QuantileDistributionChart
public QuantileDistributionChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
-
-
Method Details
-
addData
public void addData(org.apache.commons.math.stat.descriptive.DescriptiveStatistics stat) -
createChart
protected org.jfree.chart.JFreeChart createChart()- Specified by:
createChartin classAbstractChart
-