summaryrefslogtreecommitdiff
path: root/doc/note/curl/curl.txt
blob: fe0302b265a97c0939de5aa3d8d4e581b038f228 (plain)
1
2
3
4
5
6
7
8
9
10
11


## Timing

  curl example.com -w "\n\nconnect=%{time_connect}s, trsf=%{time_starttransfer}s, totl=%{time_total}s\n"


## Sources

- [time trace](https://stackoverflow.com/a/18215566/4415884)