1. Download apache-jmeter-2.12.zip : http://jmeter.apache.org/download_jmeter.cgi
2. decompression to /sandbox.
3. cd /sandbox/apache-jmeter-2.12/bin
4. chmod 777 jmeter
5. vim ~/.bashrc :
export JMETER_BIN=/sandbox/apache-jmeter-2.12/bin
export PATH=$JMETER_BIN:$PATH
6. input "jmeter" at any shell terminal.
时间: 2024-10-21 12:46:01