Book Image

JMeter Cookbook

By : Bayo Erinle
Book Image

JMeter Cookbook

By: Bayo Erinle

Overview of this book

Table of Contents (16 chapters)
JMeter Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using Ultimate Thread Group


At times, you might need more fine-grained control over your thread groups. You may need to define initial delays and the run duration for your threads. Also, you may need to specify separate scheduled records with different values for each of the previously mentioned properties. This is exactly what Ultimate Thread Group does. It allows you to define an infinite number of schedule records with different ramp-up times, shutdown times, and flight times while providing you with a load preview graph. This can help you define test plans that fit realistic use cases.

How to do it…

In this recipe, we will see how we can use Ultimate Thread Group in our test plans. Perform the following steps:

  1. Download the standard set of plugins from http://jmeter-plugins.org/.

  2. Install the plugins by doing the following:

    1. Extract the ZIP archive to the location of your choice.

    2. Copy the JAR file contained in lib/ext folder of the extract location to $JMETER_HOME/lib/ext directory.

    3. Copy all the...