Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 576 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 576 Bytes

gormeter

Instructions: jmeter -n -t test-plan-path -l output-path

JMX Parameters

  • num_loops: the number of loops that JMeter should run.
  • num_threads: the number of threads that JMeter should run.
  • protocol: the protocol of the HTTPSampler (http or https)
  • host: The host to specify in the Host: header
  • domain: The domain that JMeter will attempt to connect to.
  • port: The port that JMeter will attempt to connect to.

e.g. jmeter -n -t gormeter-http-10t-1000l.jmx -Jnum_loops=100 -Jnum_threads=100 -l ./out/gormeter-http-10t-1000l.log