标签:
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.
标签:
原文地址:http://www.cnblogs.com/miniren/p/4859133.html