当前位置:网站首页>Jmeter安装教程以及我遇到的问题的解决办法
Jmeter安装教程以及我遇到的问题的解决办法
2022-04-23 14:04:00 【黄哈哈~】
Jmeter安装
1、安装jdk并配置jdk环境变量
2、下载并解压jmeter
进入官网:http://jmeter.apache.org/
1.第一步进入官网如下图
二、Jmeter环境变量相关配置
1、我的电脑-》右击属性-》高级系统设置-》环境变量
classpath:%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib\logkit-2.0.jar;
2、在系统变量框,点击“新建”,建立一个变量:JMETER_HOME,值为你解压的jmeter安装路径。我的安装路径是在E盘,这个路径根据自己实际安装路径进行填写。然后点击确定保存即可。
三、基本配置完成,然后验证一下是否配置正确,是否可用。
这里我遇到问题:
说是java版本没配置好。我这配置java没配置好。要注意别加""
java配置:
path:%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin
JAVA_HOME:D:\apps\jdk\jdk1.8.0_221
CLASSPATH :.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;
四、双击bin中的jmeter.bat文件启动,jmeter的工作区域如下:,我们每次使用jmeter的首先打开方式就是进入bin文件下双击这个jmeter.bat,如果觉得麻烦,可以鼠标右键快捷方式发送电脑桌面,就会方便很多。
安装结束~
五、Jmeter转中文
1、在jmeter面板上选择Options --> Choose Language --> Chinese
版权声明
本文为[黄哈哈~]所创,转载请带上原文链接,感谢
https://blog.csdn.net/Miss_HuangT/article/details/124324878
边栏推荐
- 生成随机高质量符合高斯分布的随机数
- log4j 输出日志信息到文件中
- 读了一篇博客,重新理解闭包整理一下
- POI operation word template replaces data and exports word
- New关键字的学习和总结
- SQL数据库
- Spark入门基本操作
- How does redis solve the problems of cache avalanche, cache breakdown and cache penetration
- Business case | how to promote the activity of sports and health app users? It is enough to do these points well
- As a junior college student, I studied hard in closed doors for 56 days, won Ali offer with tears, five rounds of interviews and six hours of soul torture
猜你喜欢
Check in system based on ibeacons
scikit-learn構建模型的萬能模板
Quartus prime hardware experimental development (de2-115 board) experiment II function adjustable comprehensive timer design
Quartus prime hardware experimental development (de2-115 board) experiment 1 CPU instruction calculator design
基于CM管理的CDH6.3.2集群集成Atlas2.1.0
Indoor and outdoor map switching (indoor three-point positioning based on ibeacons)
Business case | how to promote the activity of sports and health app users? It is enough to do these points well
The latest development of fed digital currency
Oracle alarm log alert Chinese trace and trace files
基于Ocelot的gRpc网关
随机推荐
分页SQL
log4j 输出日志信息到文件中
1256: bouquet for algenon
CentOS mysql多实例部署
Quartus Prime硬件实验开发(DE2-115板)实验一CPU指令运算器设计
mysql新表,自增id长达20位,原因竟是......
leetcode--380. O (1) time insertion, deletion and acquisition of random elements
Force deduction brush question 101 Symmetric binary tree
基于ibeacons三点定位(微信小程序)
RobotFramework 之 公共变量
关于stream流,浅记一下------
Strange bug of cnpm
websocket
jacob打印word
Neuron and neural network
Chapter 15 new technologies of software engineering
RobotFramework 之 用例标签机制
程序编译调试学习记录
Go语言 RPC通讯
SQL: How to parse Microsoft Transact-SQL Statements in C# and to match the column aliases of a view