SmartMeter is tool for Load Testing based on JMeter
1.8K
Dockerized SmartMeter with ElasticsearchBackendListener for live logging.
Check it on Dockerhub. You can use this image as a Base image for your own image.
SmartMeter is based on JMeter 5.0
ElasticsearchBackendListener is optimized for Elasticsearch 6.x
docker run ...The contents of this place are transferred to the container, it means your test plans and licence. After the end of the test, the .jtl and html report appear on this place
If you have SmartMeter downloaded.
./Smartmeter.sh runTestNonGui exampleTestPlan.jmx
docker run --name smartmeter -it --rm -v `pwd`:/smartmeter rdpanek/smartmeter:latest runTestNonGui exampleTestPlan.jmx
docker run --name smartmeter -it --rm -v `pwd`:/smartmeter rdpanek/smartmeter:latest runTestNonGui exampleTestPlan.jmx --no-report
For more information about available options of SmartMeter, you can visit Documentation of CLI
./bin/runGenerator.sh - response must be without errorsBound to RMI registry on port 1099 or other portContent type
Image
Digest
Size
504.2 MB
Last updated
over 7 years ago
docker pull rdpanek/smartmeter