其他分享
首页 > 其他分享> > 优化压测

优化压测

作者:互联网

1.创建客户端进程。

for i in `seq 1 30`; do
echo $i
sh stt_cheyang_single.sh >> cheyang.log &
done

2.每个进程循环调用连接脚本。

for j in {1..1000}
do

python ./stt_cheyang.py -file ./test_wav/ganxiening0.pcm
done

3.连接脚本,创建连接处理服务。

  pytho脚本,连接服务器

标签:do,压测,cheyang,stt,sh,done,优化,连接
来源: https://www.cnblogs.com/cyblogs/p/14087100.html