Are there any self-hosted load testing results services like Yandex Overload and BlazeMeter Sense?
Self hosted BlazeMeter Sense and Yandex Overload analogues
266 Views Asked by Filipp At
2
There are 2 best solutions below
0

There are many ways to Analyze Jmeter Results without those hosted result services:
- UI Listeners: good for light load tests with a single load generator,
- JTL Files: analyze them using the XSL provided within
JMETER_HOME/extras
, - Backend Listener + InfluxDB + Grafana: self hosted solution based on 2 other open source components (InfluxDB and Grafana).
Sadly, Blazemeter Sense (previously Loadosophia) used to be free (or at least cheap enough), until Blazemeter bought it end of 2014.
I'm not aware of any but starting from JMeter 3.0 it is possible to generate HTML Reporting Dashboard during the test or afterwards.
Another option is using Graphs Generator Listener to plot various charts in .png format