Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (16 loc) · 1.04 KB

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