summaryrefslogtreecommitdiff
path: root/doc/note/curl/curl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/note/curl/curl.txt')
-rw-r--r--doc/note/curl/curl.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/note/curl/curl.txt b/doc/note/curl/curl.txt
new file mode 100644
index 0000000..fe0302b
--- /dev/null
+++ b/doc/note/curl/curl.txt
@@ -0,0 +1,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)
+