Open Minds, Open Hearts, Open Doors... Open Source
time=10begin=`mysql -e "show status" | awk '{if ($1 == "Questions") print $2}'`sleep $timeend=`mysql -e "show status" | awk '{if ($1 == "Questions") print $2}'`diff=`expr $end - $begin`avg=`expr $diff / $time`echo "$avg"
Post a Comment
0 comments:
Post a Comment