Last active
September 29, 2018 02:32
-
-
Save NikoXu/a6c50d69b1c2be59b12fc99a7671d4b2 to your computer and use it in GitHub Desktop.
tree
lipo
nm
ar
netstat
curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 监控网站响应速度 | |
| curl -o /dev/null -s -w %{time_namelookup}::%{time_connect}::%{time_starttransfer}::%{time_total}::%{speed_download}"\n" $(aURL) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment