【JMeter】JMeter adds plug-in

I. Introduction

In our work, we can use some plug-ins to help us better perform performance testing . Today we will introduce how to add plug-ins in Jmeter?

2. Plug-in Manager

First we need to download the plug-in manager jar package

Download address: https://jmeter-plugins.org/install/Install/

Then we put the downloaded jar package into the lib/ext directory under the JMeter directory and restart jmeter.

Then we will find that JMeter’s options will have a new thing next time, this is our plug-in manager

Insert image description here

Click to open the page

Insert image description here

By default, the plug-ins we have installed are displayed

If we need to install a new plug-in, we can click Available Plugins, check the plug-in that needs to be installed, and click the Apply Changes and Restart JMeter button in the lower right corner to apply and restart JMeter.

As for the third one, it is to update the plug-ins. Plug-ins that can be updated will be displayed in this module.

Insert image description here

In this way, our plug-in is installed, it’s that simple!

3. Recommended plug-ins

Next we recommend some commonly used plug-ins

1.Custom Thread Groups
​The first thing
I introduce is my favorite plug-in that we use most often.

Insert image description here

(1)Ultmate Thread Group

This is the most commonly used thread group in this plug-in. We generally use it in climbing tests. We can intuitively see the running curve of our thread group.

Insert image description here

(2) Stepping Thread Group
Of course,

we can also use this plug-in for climbing tests, but relatively speaking, I personally recommend using the former.

Insert image description here

I won’t introduce the other thread groups one by one. You can explore them by yourself.

2.3 Basic Graph

Here we mainly use response time and TPS listener

Insert image description here

We will not demonstrate the specific functions.

The above is the entire content of this section. If there are any errors, please correct me!

Finally, I would like to thank everyone who reads my article carefully. Reciprocity is always necessary. Although it is not a very valuable thing, if you can use it, you can take it directly:

Insert image description here

This information should be the most comprehensive and complete preparation warehouse for [software testing] friends. This warehouse has also accompanied tens of thousands of test engineers through the most difficult journey. I hope it can also help you!   

Guess you like

Origin blog.csdn.net/YLF123456789000/article/details/133097689