效果图:
环境配置:
编辑:
vi ~/.bash_profile
#jmeter:路径
JMETER_HOME=/root/tools/apache-jmeter-3.3
PATH=$PATH:$HOME/bin:$JMETER_HOME/bin:
export PATH
执行生效:
source ~/.bash_profile
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/tech/opensource/186694.html