mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
22 lines
601 B
Plaintext
22 lines
601 B
Plaintext
created: 20171020121559129
|
|
creator: user
|
|
modified: 20171020121704264
|
|
modifier: user
|
|
tags:
|
|
title: curl timings
|
|
type: text/vnd.tiddlywiki
|
|
|
|
```txt
|
|
# cat curl-format.txt
|
|
\n
|
|
time_namelookup: %{time_namelookup}\n
|
|
time_connect: %{time_connect}\n
|
|
time_appconnect: %{time_appconnect}\n
|
|
time_pretransfer: %{time_pretransfer}\n
|
|
time_redirect: %{time_redirect}\n
|
|
time_starttransfer: %{time_starttransfer}\n
|
|
----------\n
|
|
time_total: %{time_total}\n
|
|
\n
|
|
```
|
|
`curl -w "@curl-format.txt" ...` |