Skip to content

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

License

Notifications You must be signed in to change notification settings

teemuvesala/rtc2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published