Class 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 Detail

      • data

        protected final org.jfree.data.category.DefaultCategoryDataset data
    • Method Detail

      • addData

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