これらを計算するための適切なcurl関数を選択するのに助けが必要です:
DNS The web browser is looking up DNS information
Connect The web browser is connecting to the server
Send The web browser is sending data to the server
Wait The web browser is waiting for data from the server
Receive The web browser is receiving data from the server
たとえば、この url がある場合http://g2.delfi.lt/scms/?g=delfi-fp.css&1362823940
、これらの値を取得したいと思います。
DNS - 443ms
Connect - 589ms
Send - 1ms
Wait - 152ms
Receive - 1ms
カールを使用してこれを行うことはできますか?