Boy木 2020-06-09
说明:刘宏缔的架构森林是一个专注架构的博客,地址:https://www.cnblogs.com/architectforest
对应的源码可以访问这里获取: https://github.com/liuhongdi/
说明:作者:刘宏缔 邮箱:
https://jmeter.apache.org/
https://jmeter.apache.org/download_jmeter.cgi
[ ~]# mkdir /usr/local/source/jmeter [ ~]# cd /usr/local/source/jmeter/ [ jmeter]# wget https://mirror.bit.edu.cn/apache//jmeter/binaries/apache-jmeter-5.3.zip
https://www.cnblogs.com/architectforest/p/12432591.html
[ jmeter]# unzip apache-jmeter-5.3.zip
[ jmeter]# mv apache-jmeter-5.3 /usr/local/soft/
1,编辑profile
[ jmeter]# vi /etc/profile
export JMETER_HOME=/usr/local/soft/apache-jmeter-5.3 export CLASS_PATH=$JMETER_HOME/lib/ext/ApacheJMeter_core.jar:$JMETER_HOME/lib/jorphan.jar:$CLASS_PATH export PATH=$JMETER_HOME/bin:$PATH
[ jmeter]# source /etc/profile
[ jmeter]# jmeter -v _ ____ _ ____ _ _ _____ _ __ __ _____ _____ _____ ____ / \ | _ \ / \ / ___| | | | ____| | | \/ | ____|_ _| ____| _ / _ \ | |_) / _ \| | | |_| | _| _ | | |\/| | _| | | | _| | |_) | / ___ \| __/ ___ \ |___| _ | |___ | |_| | | | | |___ | | | |___| _ < /_/ \_\_| /_/ \_\____|_| |_|_____| \___/|_| |_|_____| |_| |_____|_| \_\ 5.3 Copyright (c) 1999-2020 The Apache Software Foundation
/usr/local/soft/apache-jmeter-5.3/bin/jmeter
/usr/local/soft/apache-jmeter-5.3/docs/images/logo.svg
[ ~]# cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core)