jmeter common plug-ins

First, download and install and use

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

Installation: After downloading the file to plugins-manager.jar format, put it jmeter install lib / ext directory under the directory, and then restart jmeter, you can.

Start jemter, click Options, the bottom of a column, as shown below:

 

二、Transactions per Second

That TPS: transactions per second, one of two indicators, performance tests, the most important. The role of the plug-in is in the process of test script execution, view the server's monitor TPS performance ---- such as the overall trend, the average real-time trend, stability and so on.

jmeter installation package itself, although the monitor is provided such polymerization report such elements, can also provide some real-time data, but requires a higher performance compared to the testing requirements, it is slightly weak.

After the above address downloaded by downloading plug-ins installed, restart JMeter, the monitor can be seen from the plug, as shown below:

三、Response Times Over Time

Namely TRT: transaction response time , performance tests, the two most important indicators of the other. The main role of the plug-in is in the process of test script execution, monitoring to see real-time response time average, the overall response time of the strike and so on.

After using the above method, download and install the plug-configured, restart jmeter, add the monitor, you can see real-time real-time TRT value and overall performance.

TRT change a particular stress test shows a diagram:

 

 

四、PerfMon Metrics Collector

 Client plug-in plug-ins can be downloaded --PerfMon Management

 

Server Download

https://github.com/undera/perfmon-agent/blob/master/README.md#supported-metrics

Server download is a zip file

As a local server: local unpacked, open startAgent.bat, can be arranged in the Jmeter

On Linux servers: the files uploaded to the server, open startAgent.sh, configured either in the Jmeter

 

Configuration is as follows:

 

Guess you like

Origin www.cnblogs.com/nieliangcai/p/11060070.html