当前位置:网站首页>Jemter stress test - visualization tool support - [installation]

Jemter stress test - visualization tool support - [installation]

2022-06-26 07:18:00 Monkey cool

Jmeter Quick to use

It is hereby solemnly declared that ! The article is an original work , It's not easy to write a small series , Give me some praise and pay attention to ~ Reprint, please indicate the source ! thank you
summary
Apache JMeter Apache Stress testing tools developed by organizations . Currently through HTTP and FTP The server is used to stress test the software , It was first designed for Web Application testing . Some Xiaobai may feel a little difficult to use . I don't say much nonsense . Just say how to use Jmeter

Jemter Very easy to use visualization tools

First step : download Jmeter
current version 【 I use the Mac System 】
Jemter edition 5.4.2 Download address

The second step : install JDK
【 I am Default installation openJDK16】
Suggest : install JDK1.8
Be careful :
Jemter need JDK Environmental operation procedure , see JDK The current support TLS edition , Some versions JDK It's not turned on TLS Related agreements .

The third step : download Jmeter plug-in unit
current version 【 I use the Mac System 】
Newly installed Jemter It's not This PluginsManager Pictured
 Insert picture description here
The third step : download PluginsManager plug-in unit
https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/alpn-boot
Plug in download address
 Insert picture description here
Download complete :
To configure
Windows System modify jmeter.bat
stay jmeter.bat Add to file :

set JVM_ARGS=-Xbootclasspath/p:[jar File path ]/alpn-boot-8.1.13.v20181017.jar

Mac /linux System modify jmeter.sh file
stay jmeter.sh File to add :

JVM_ARGS="-Xbootclasspath/p:[jar File path ]"

 Insert picture description here
Restart after adding

Step four : Install visualizer
choice PluginsManager
 Insert picture description here

These two are recommended 【3 Basic Graphs/ 5 Additonal Graphs】
 Insert picture description here

 Insert picture description here

Download is slow
You may need to climb over the wall , After downloading, you can test

verification

 Insert picture description here
If yes, the installation is successful !

原网站

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