2020-07-23
19 浏览
curl 获取执行时相应时间
直接来命令 Bash 复制代码 curl -o /dev/null -w % { time_namelookup } ::% { time_connect } ::% { time_starttransfer } ::% { time_total } ::% { speed_download } "\n" url 执行结果如下 Bash 复制代码 # cur…
直接来命令 Bash 复制代码 curl -o /dev/null -w % { time_namelookup } ::% { time_connect } ::% { time_starttransfer } ::% { time_total } ::% { speed_download } "\n" url 执行结果如下 Bash 复制代码 # cur…