yohoPerformanceTestAuto_Job.sh 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #!/bin/bash if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi while true do #/opt/jmeter/shell/auto/yohoPerformanceTestAuto_Mysql.sh /opt/jmeter/shell/auto/yohoPerformanceTestAuto_Mysql_InfluxDB.sh 1>/dev/null 2>&1 sleep 7 done