【发布时间】:2016-11-04 06:03:44
【问题描述】:
我有一个使用 jmeter 的脚本。现在,我不想在脚本中给出像sh /home/ubuntu/apache-jmeter-3.0/bin/jmeter.sh -n -t fileName.jmx 这样的路径,我只想在脚本中给出sh jmeter.sh -n -t fileName.jmx。所以,我想在ubuntu 中设置jmeter 的PATH。我不明白该怎么做。有人可以帮忙吗?
我的 jmeter 的路径是:/home/ubuntu/apache-jmeter-3.0
【问题讨论】:
标签: linux bash shell ubuntu path