shell curl 实现rest 并发测试

for i in {1..50};

do

curl http://10.43.95.26:5812/rdk/service/app/example/server/my_service & 

done

原文地址:https://www.cnblogs.com/lwcoding/p/6596089.html