展现网络请求各个阶段的耗时:
curl -o /dev/null -s -w %{time_namelookup}::%{time_connect}::%{time_starttransfer}::%{time_total}::%{speed_download}”\n” “https://api-3t.paypal.com/nvp“
经典的linux排查大图
load排查
- 系统load高时排查处于运行队列的进程
|
|
- 查CPU使用率比较高的线程小脚本
|
|
curl -o /dev/null -s -w %{time_namelookup}::%{time_connect}::%{time_starttransfer}::%{time_total}::%{speed_download}”\n” “https://api-3t.paypal.com/nvp“
|
|
|
|