Skip to content

DishanRajapaksha/jmeter-distributed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMeter Distributed

Structure

Docker

Contains dockerfiles to build a container with jmeter preinstalled

jmeter-base dockerfile installs jmeter with a given version

jmeter dockerfile extends the base image with additional plugins

Terraform

Terraform scripts to create a jmeter load test environment on demand. Specifications such as the number of workers, worker machine sizes, test files and more can be given as inputs

Pipelines

Contains an Azure Pipeline to run the load test in on-demand Azure Containers. Terraformed infrastructure will be destroyed at the end of the load test

Scripts

A Python script to convert jtl results file to junit

References

Load Testing Pipeline with JMeter, ACI and Terraform

JMeter Remote Testing

Make Use of Docker with JMeter