Skip to content

curationexperts/jmeter-examples

Repository files navigation

jmeter-examples

The Simpler-Pagination.jmx test will determine the total number of search result pages for all search results in a repository and then loop through each search result page the specified number of times.

You can launch the test and capture repeated results from the command line using a command something like this

USERS=3; LOOPS=2; jmeter -n -t Simpler-Pagination.jmx  -l "./results/results-${USERS}x${LOOPS}.log" -j "./results/logfile-${USERS}x${LOOPS}.log" -e -o "./results/summary-${USERS}x${LOOPS}"  -Jloops_per_user=$LOOPS -Jusers=$USERS

Results will be saved to the ./results/ subdirectory which is git-ignored, so be sure to copy results if you want to keep them permanently.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •