当前位置:网站首页>JMeter setting environment variable supports direct startup by entering JMeter in any terminal directory
JMeter setting environment variable supports direct startup by entering JMeter in any terminal directory
2022-04-23 16:09:00 【Learning is boundless, happy to make a boat】
1. Open at terminal .bash_profile file
vim ~/.bash_profile
2. Then add the environment variables , The contents are as follows ( English input method press "i")
notes :JMETER_HOME For you jmeter Download the corresponding directory of the package decompression , Need to be replaced with your own .
export JMETER_HOME="/Applications/apache-jmeter-5.4"
export PATH="$JMETER_HOME/bin:$PATH"
export CLASSPATH="$JMETER_HOME/lib/ext/ApacheJMeter_core.jar;JMETER_HOME/bin
/jorphan.jar"
~
3. Save and exit ( Press esc Return to English input method and press ":wq")
4. Make the change take effect immediately
source ~/.bash_profile
5. Check whether the path you set is correct
The terminal inputs the following commands in turn , Check that the output is consistent with your 2 Whether the path values set in step are consistent , If not, please check .
echo $JMETER_HOME
echo $CLASSPATH
echo $PATH
6. test
If the above operation is correct , Input directly at the terminal jemter Yes, it can start successfully jmeter Of , as follows :

版权声明
本文为[Learning is boundless, happy to make a boat]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231403594231.html
边栏推荐
- What is cloud migration? The four modes of cloud migration are?
- Config learning notes component
- matplotlib教程05---操作图像
- Spark 算子之distinct使用
- 【现代电子装联期末复习要点】
- RecyclerView advanced use - to realize drag and drop function of imitation Alipay menu edit page
- Hypermotion cloud migration completes Alibaba cloud proprietary cloud product ecological integration certification
- C语言自编字符串处理函数——字符串分割、字符串填充等
- Groupby use of spark operator
- R语言中绘制ROC曲线方法二:pROC包
猜你喜欢

Spark 算子之交集、并集、差集

Meaning and usage of volatile

Method 2 of drawing ROC curve in R language: proc package

RecyclerView advanced use - to realize drag and drop function of imitation Alipay menu edit page

R语言中实现作图对象排列的函数总结

JVM - Chapter 2 - class loader subsystem

Using JSON server to create server requests locally

TIA博图——基本操作

TIA botu - basic operation

C#,贝尔数(Bell Number)的计算方法与源程序
随机推荐
Meaning and usage of volatile
Merging of Shanzhai version [i]
homwbrew安装、常用命令以及安装路径
Spark 算子之coalesce与repartition
How to upgrade openstack across versions
Day (7) of picking up matlab
Es common query, sorting and aggregation statements
Unity Shader学习
如何进行应用安全测试(AST)
MySQL - MySQL查询语句的执行过程
捡起MATLAB的第(7)天
ESP32_Arduino
ESXi封装网卡驱动
[split of recursive number] n points K, split of limited range
The principle and common methods of multithreading and the difference between thread and runnable
linux上启动oracle服务
Application case of GPS Beidou high precision satellite time synchronization system
[open source tool sharing] MCU debugging assistant (oscillograph / modification / log) - linkscope
linux上啟動oracle服務
Spark 算子之groupBy使用