jmetr笔记
安装步骤
1、环境安装
[JMeter 5.0 ](Apache JMeter - Download Apache JMeter)
2、centos安装python3.8
下载python
wget http://npm.taobao.org/mirrors/python/3.8.0/Python-3.8.0.tgz
解压压缩包
tar -xzf Python-3.8.0.tgz
执行命令:
cd /usr/local && mkdir python3
进入目录
cd Python-3.8.0
生成makefile文件,加上参数,避免执行报_ssl错误_
./configure --prefix=/usr/local/python3 --with-ssl
安装python
make && make install
创建软连接
ln -sf /usr/local/python3/bin/pip3 /usr/bin/pip3
ln -sf /usr/local/python3/bin/python3 /usr/bin/python3
3、报错解决
无法保存错误