Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 449 Bytes

jmeter-grafana

Quick and dirty jMeter results visualization

Installation

git clone [email protected]:jensschulze/jmeter-grafana.git
cd jmeter-grafana
composer install

Run it

There must be a comma separated results file var/data.csv.

bin/server/start
bin/convert

Query/visualize

You can reach Grafana on 127.0.0.1:3000. You may import the dashboard JSON configuration file in the conf directory. Done.