Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

3scale-archive/jmeter-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Jmeter-benchmark

Jmeter-benchmark is a docker image containing a tuned jmeter.

Run a basic benchmark

  TEST_PLAN=test-plan.jmx \
  USER=centos THREADS="300" \
  INJECTOR_HOST="injector_host" \
  DURATION=300 \
  TARGET_HOST="target_host" \
  TARGET_HOST_HEADER="target_host" \
  PROTOCOL="http" \
  TARGET_PORT="8081" \
  RPS=500  \
  TARGET_PATH="/some-request?user_key=USER_KEY" make run_benchmark

About

Benchmarking tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published