摘要:
#!/bin/sh time_out=0 querygt3s=0 i=1 while [[ $i -le 15 ]] do i=`expr $i + 1` sleep 2 while read line do start_time=`date +%s` query_count=`dig $line +short|wc -l` stop_time=`... 阅读全文
posted @ 2017-09-25 17:56
-V
阅读(599)
评论(0)
推荐(0)