Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.36 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.36 KB

rtc2018

These are files for Romanian Testing Conference 2018 Perofmance testing workshop & training

Links

Test environment

(Note! This will be removed after the session)

Important documents

Cheat sheets:

Tools

Running JMeter

Following properties are used by the wordpress-performance-tests.jmx:

  • threads
  • rampup
  • duration
  • maxsleep
  • minsleep
  • host

These are defining how the script is executed.

The test set is created with the following command:

jmeter -n -t wordpress-performance-tests.jmx \
         -p full-logs.properties \
         -l results-$(date +"%Y-%m-%d-%H-%M") \
         -j log-$(date +"%Y-%m-%d-%H-%M") \
         -Jthreads=100 \
         -Jrampup=3600 \
         -Jduration=5400 \
         -Jmaxsleep=5000 \
         -Jminsleep=1000