Imported from sibukixxx/jmeter-docker (
AGENTS.md). Install upstream withnpx skills add sibukixxx/jmeter-docker. Copyright stays with the author.
jmeter-docker
Dockerized JMeter/load-testing environment.
Commands
- Use the repository's documented Docker/JMeter commands and compose/image definitions.
- Validate changed Dockerfiles/compose/config before running load against any remote target.
Shared rules
- Load tests must not target production or third-party systems unless the task explicitly names and authorizes that target.
- Credentials, cookies, tokens, and real customer payloads must not be committed in JMX/config/fixtures.
- Keep test plans reproducible: concurrency, duration, endpoints, and data sources must be explicit.
- Generated JMeter reports/logs are outputs, not hand-edited source.
Change-dependent checks
- Image/config: build the image and run a minimal local smoke test.
- JMX/test plan: validate syntax and a low-load local/safe run.
- Performance claim: report environment and exact parameters.
Done
- Local container/test-plan validation passes.
- Target/load parameters are explicit.
- No unauthorized remote load was generated.