develop/linux
curl 응답시간 확인하기
아르르르를를르
2020. 1. 30. 10:53
~$ curl -o /dev/null -s -w %{time_total}\\n "http://google.com/"
을 하면 결과물 대신 응답시간이 출력된다.