当前位置:网站首页>JMeter response time and TPS listener tutorial

JMeter response time and TPS listener tutorial

2022-06-26 11:57:00 Programmer uncle Yang

One 、 background

During the performance test , We usually need an observation interface tps And response time , So as to define the whole pressure measurement process , Whether the interface performance is stable , Interface tps And response time curve is also an essential part of the performance test report . Corresponding Jmeter The listener in is :

  • Reponse Times Over Time
  • Transactions per Second

Jmeter There is no corresponding listener , It needs to be supported by plug-ins , This article mainly introduces the downloading of related plug-ins 、 install 、 Use .

Two 、 Plug in download and installation

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

 Insert picture description here
After downloading the plug-in, put jar Put the bag in lib/ext Catalog , And then restart Jmeter,Jmeter》 There will be one more... Under the option Plugins Manager:

 Insert picture description here
Click on Plugins Manager, The plug-in page appears :

 Insert picture description here

  • Installed Plugins( Installed plug-ins ): Plug in jar The plug-ins already included in the package , By checking the check box , To use these plug-ins ;
  • Available Plugins( Downloadable plug-ins ): That is, some plug-ins extended by the plug-in , By checking the check box , To download the plug-ins you need ;
  • Upgrades( Plugins that can be updated ): That is, some plug-ins that can be updated to the latest version , You can click... In the lower right corner of the screenshot Apply Changes and Restart Jmeter Button to download updates ;

install jpgc-Standard Set plug-in unit , restart Jmeter.

3、 ... and 、tps And response time listeners

You can see a lot more here by adding listeners [email protected] Options , among Reponse Times Over Time For response time listeners ,Transactions per Second by tps Monitor :

 Insert picture description here

add to Reponse Times Over Time Monitor , Loading pressure test results jtl File view interface response time curve :

 Insert picture description here
add to Transactions per Second Monitor , Loading pressure test results jtl File view interface response time curve :

 Insert picture description here

=================================================================================================
The above is the whole content of this meeting , If it helps you , Welcome to my WeChat official account. : Programmer uncle Yang , All kinds of articles will be published on it for the first time , Continuously share the whole stack of test knowledge dry goods , Your support is the biggest driving force for the author to update ~

原网站

版权声明
本文为[Programmer uncle Yang]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206261054123771.html