Linux后台执行jmeter命令

2019-10-25  本文已影响0人  Joey_GZ

nohup &

[root@dev01 bin]# nohup /data/jmeter/apache-jmeter-5.0/bin/jmeter.sh -n -t confirm.jmx -l confirm.jtl &
[1] 34930
[root@dev01 bin]# nohup: ignoring input and appending output to ‘nohup.out’
# 或先进到脚本所在路径,再执行命令
[root@dev01 ~]# cd /data/jmeter/apache-jmeter-5.0/bin
[root@dev01 bin]# nohup ./jmeter.sh -n -t confirmOrder.jmx -l confirmOrder.jtl &
[1] 59211
[root@dev01 bin]# nohup: ignoring input and appending output to ‘nohup.out’
上一篇 下一篇

猜你喜欢

热点阅读