https://github.com/vepo/jmeter-docker
Hello World of how create a JMeter and Docker master-slave test environment
https://github.com/vepo/jmeter-docker
docker jmeter testing
Last synced: 9 months ago
JSON representation
Hello World of how create a JMeter and Docker master-slave test environment
- Host: GitHub
- URL: https://github.com/vepo/jmeter-docker
- Owner: vepo
- License: apache-2.0
- Archived: true
- Created: 2017-09-08T22:09:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T15:10:29.000Z (about 7 years ago)
- Last Synced: 2025-03-26T03:41:48.958Z (about 1 year ago)
- Topics: docker, jmeter, testing
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 19
- Watchers: 3
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
JMeter & Docker
===
This is a simple demo of running a JMeter with Docker. The script `exec-jmeter.sh` creates a JMeter master and n JMeter slaves.
To create 4 instances:
```
./exec-jmeter.sh 4
```
The script will run all `scripts/*.jmx` files.