打印curl总耗时
echo "time_total is %{time_total}s\n" > curl-format.txt
curl -w "@curl-format.txt" -o /dev/null -s -L http://localhost:1000/test
-w:从文件中读取打印格式
-o /dev/null:丢弃响应内容
-s:不打印进度条
标签:null,format,打印,命令,total,curl,txt From: https://www.cnblogs.com/WJQ2017/p/17035173.html