0

Are there any self-hosted load testing results services like Yandex Overload and BlazeMeter Sense?

Filipp
  • 859
  • 1
  • 6
  • 20

2 Answers2

1

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

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
1

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.

Jerome L
  • 607
  • 5
  • 11