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 Details

    • data

      protected final org.jfree.data.category.DefaultCategoryDataset data
  • Constructor Details

  • Method Details

    • addData

      public void addData(org.apache.commons.math.stat.descriptive.DescriptiveStatistics stat)
    • createChart

      protected org.jfree.chart.JFreeChart createChart()
      Specified by:
      createChart in class AbstractChart