1
Rinndy 2022-08-11 15:52:47 +08:00 via iPhone
直接 ping 不行吗。。
|
3
jujusama 2022-08-11 17:25:07 +08:00
```bash
curl -o /dev/test -s -w "time_dns: %{time_namelookup}\ntime_connect: %{time_connect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n" "http://www.google.com" ``` |