mirror of
https://github.com/jaygooby/ttfb.sh
synced 2025-12-10 07:57:21 +01:00
Notes about -o
This commit is contained in:
@@ -11,6 +11,7 @@ Usage: ttfb [options] url [url...]
|
|||||||
-d debug
|
-d debug
|
||||||
-l <log file> (infers -d) log response headers. Defaults to ./curl.log
|
-l <log file> (infers -d) log response headers. Defaults to ./curl.log
|
||||||
-n <number> of times to test time to first byte
|
-n <number> of times to test time to first byte
|
||||||
|
-o <option> pass options to curl (e.g. -o "-k" will make curl ignore invalid certificates)
|
||||||
-v verbose output. Show response breakdown (DNS lookup, TLS handshake etc)
|
-v verbose output. Show response breakdown (DNS lookup, TLS handshake etc)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
1
ttfb
1
ttfb
@@ -11,6 +11,7 @@
|
|||||||
# -d debug
|
# -d debug
|
||||||
# -l <log file> (infers -d) log response headers. Defaults to ./curl.log
|
# -l <log file> (infers -d) log response headers. Defaults to ./curl.log
|
||||||
# -n <number> of times to test time to first byte
|
# -n <number> of times to test time to first byte
|
||||||
|
# -o <option> pass options to curl (e.g. -o "-k" will make curl ignore invalid certificates)
|
||||||
# -v verbose output. Show request breakdown during -n calls
|
# -v verbose output. Show request breakdown during -n calls
|
||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
|
|||||||
Reference in New Issue
Block a user