https://github.com/dgroomes/jmeter-playground
📚 Learning and exploring Apache JMeter
https://github.com/dgroomes/jmeter-playground
apache-jmeter java jmeter jmeter-plugin load-testing
Last synced: 12 months ago
JSON representation
📚 Learning and exploring Apache JMeter
- Host: GitHub
- URL: https://github.com/dgroomes/jmeter-playground
- Owner: dgroomes
- Created: 2020-05-14T23:06:09.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T20:10:46.000Z (over 2 years ago)
- Last Synced: 2025-07-09T07:03:38.399Z (12 months ago)
- Topics: apache-jmeter, java, jmeter, jmeter-plugin, load-testing
- Language: Java
- Homepage:
- Size: 291 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jmeter-playground
📚 Learning and exploring Apache JMeter .
## Standalone subprojects
This repository illustrates different concepts, patterns and examples via standalone subprojects. Each subproject is
completely independent of the others and do not depend on the root project. This _standalone subproject constraint_
forces the subprojects to be complete and maximizes the reader's chances of successfully running, understanding, and
re-using the code.
The subprojects include:
### `custom-sampler/`
This beginner-friendly subproject creates a custom JMeter "Sampler" to exercise some custom Java code.
See the README in [custom-sampler/](custom-sampler/).
### `with-dependencies/`
This subproject creates a custom JMeter "Sampler" using custom Java code and additional Java library dependencies.
See the README in [with-dependencies/](with-dependencies/).
## Wish List
General clean-ups, TODOs and things I wish to implement for this project:
* [x] DONE Split the Jackson library example out of `custom-sampler/` into its own subproject `with-dependencies/`
## Reference
* [Apache JMeter: Apache project page](https://jmeter.apache.org)
* [Apache JMeter: GitHub repo](https://github.com/apache/jmeter)