An open API service indexing awesome lists of open source software.

https://github.com/smoeding/jmeterplugin-datasketches

A JMeter listener using DataSketches to estimate response time quantiles and histograms
https://github.com/smoeding/jmeterplugin-datasketches

data-analysis jmeter jmeter-listeners jmeter-plugin

Last synced: over 1 year ago
JSON representation

A JMeter listener using DataSketches to estimate response time quantiles and histograms

Awesome Lists containing this project

README

          

# Jmeterplugin-datasketches

Most of the JMeter listeners are failing to report the distribution of measured response times. In general only mean, minimum and maximum times are measured.

Some listeners using graphics are available when a histogram or quantiles are needed. But these plugins are know to use a lot of memory because they keep all measured values to calculate the distribution when the load test has finished.

This listener plugin uses the [DataSketches](https://datasketches.apache.org/) library to implement a low overhead calculation of quantiles and histograms even for high transaction rates.

## Installation

This is currently work in progress and not ready for prime time.