#!/bin/bash
if [ -f ~/.bash_profile ];
then
. ~/.bash_profile
fi
basepath=$(cd `dirname $0`; pwd)
while true
do
#/opt/jmeter/shell/auto/yohoPerformanceTestAuto_Mysql.sh
${basepath}/yohoPerformanceTestAuto_Mysql_InfluxDB.sh 1>/dev/null 2>&1
sleep 7
done