当前位置:网站首页>JMeter learning experience
JMeter learning experience
2022-06-11 12:12:00 【Why is utopia occupied】
1、 Download address :http://jmeter.apache.org/download_jmeter.cgi ( For the time being 4.0 edition , This version is recommended )
2、 Change of language :
Temporary changes -Options-Choose Language
Permanent change -/bin/jmeter.properties In profile #language=en Change to such as language=zh_CN
3、 Command execution parameter meaning ( Not gui The next test can greatly reduce the required system resources ):
-h help -> Print out useful information and exit
-n Not GUI Pattern -> In Africa GUI Run in mode JMeter
-t The test file -> To run JMeter Test script file
-l Log files -> Documentation of results
-r Remote execution -> stay Jmter.properties All remote servers specified in the file
-H Proxy host -> Set up JMeter Proxy host used
-P The proxy port -> Set up JMeter Port number of the proxy host used
Example :/home/zheren/JMeter/bin/jmeter -n -t /home/zheren/JMeter/jmxdir/test.jmx -l /home/zheren/JMeter/log/logfile.jtl
4、Jmeter Cannot load JDBC driver class 'com.mysql.jdbc.Driver'
resolvent :
The reason is that it is indeed connected mysql The driver , download mysql-connector-java-5.1.44-bin.jar, Any version can , Press your own mysql Version , take jar Put the bag in jmeter Under the installation path apache-jmeter-3.2\lib\ext in , And then restart JMeter that will do .
5、 Connection database configuration ( The configuration element --JDBC Connection Configuration):

6、 Regular expression extractor ( Post Processors -- Regular expression extractor )
Regular expressions :
(): The enclosed part is to be extracted .
.: Match any string .
+: Once or more .
?: Stop after first match found .

边栏推荐
猜你喜欢

flink 时间语义、水位线(Watermark)、生成水位线、水位线的传递

Apple mobileone: the mobile terminal only needs 1ms of high-performance backbone

ftp服务器:serv-u 的下载及使用

Splunk健康检查orphaned searches

Deep learning and CV tutorial (14) | image segmentation (FCN, segnet, u-net, pspnet, deeplab, refinenet)

flask 框架web开发视频笔记

Use compiler option '--downleveliteration' to allow iteration of iterations

Linux忘记MySQL密码后修改密码

13、ReentrantLock、ReentrantReadWriteLock、StampedLock讲解

Read geo expression matrix
随机推荐
中国联通 22春招 群面
13、ReentrantLock、ReentrantReadWriteLock、StampedLock讲解
01_ Description object_ Class diagram
Memory mapping image of the grayloc module in the surfacefinder process
14、课程总结与回顾
Use of RadioButton in QT
Deep learning and CV tutorial (14) | image segmentation (FCN, segnet, u-net, pspnet, deeplab, refinenet)
记一次 mysql 主从不同步问题排查
Splunk Bucket 背后的秘密
C# 设置或验证 PDF中的文本域格式
Using fast and slow pointer method to solve the problem of array (C language)
你管这破玩意儿叫 MQ?
Golang uses XOR ^ to exchange two variables and encrypt / decrypt them
Elk - elastalert largest pit
centos安装mysql5.7
Sulley fuzzer learning
Generate statement is not synthesized
进度条加载
Let you understand bubble sorting (C language)
. The way to prove the effect of throwing exceptions on performance in. Net core