Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Prometheus Time Series database for Jmeter live reporting?

How can I use Prometheus database for Jmeter live reporting ?. I want to execute Jmeter in Non GUI mode and get live reporting in Grafana using prometheus as a database..

like image 953
Yajana Rao Avatar asked Feb 22 '18 13:02

Yajana Rao


People also ask

How does JMeter connect to InfluxDB?

There are three steps to integrate JMeter with Grafana: Install and Configure InfluxDB. Push Performance Metrics from JMeter to InfluxDB. Monitor JMeter Performance Metrics in Grafana.


1 Answers

Here are the steps to follow
1. Download the source code from https://github.com/johrstrom/jmeter-prometheus-plugin and build it using "maven clean package".
2. Two jar files will be generated in target folder copy them and keep it in JMeter lib/ext folder.
3. Open JMeter, to your thread group add Prometheus Listener which will be in Listener.
4. Run JMeter and metrics will be rendered on http://localhost:9270/metrics

like image 130
Yajana N Rao Avatar answered Oct 16 '22 01:10

Yajana N Rao