Skip to content

Performance reporting using Jmeter + InfluxDB + Graphana

Notifications You must be signed in to change notification settings

ivanape/perf-reporting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance test reporting using Jmeter, InfluxDB and Grafana

Start the containers

docker-compose build
docker-compose up -d

Execute Jmeter JMX file

JMX file is executed as a maven project.

mvn verify

URLs

Hit the below URLs to open the tools running on containers

Jmeter:				http://localhost:2003
InfluxDB Admin:			http://localhost:8083
Grafana:			http://localhost:3000 [Username & Password: admin/admin]

Access InfluxDB Container

docker exec -it {container_id} /bin/bash

About

Performance reporting using Jmeter + InfluxDB + Graphana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%