通过Android手机Termux测试网站速度实践
pkg install curl
vi format
curl -s -w“@format” -o /dev/null http://www.baidu.com # Windows 10用git bash下同样有效
format文件内容:
%[url_effective}\n%{time_total}\n
参考:
如何在Linux终端上测试网站加载速度
pkg install curl
vi format
curl -s -w“@format” -o /dev/null http://www.baidu.com # Windows 10用git bash下同样有效
format文件内容:
%[url_effective}\n%{time_total}\n
参考:
如何在Linux终端上测试网站加载速度