码迷,mamicode.com
首页 > 系统相关 > 详细

Jmeter linux 安装

时间:2015-10-07 20:20:24      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:

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.

Jmeter linux 安装

标签:

原文地址:http://www.cnblogs.com/miniren/p/4859133.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!