1
0
mirror of https://github.com/jaygooby/ttfb.sh synced 2025-12-09 23:47:21 +01:00

Notes about -o

This commit is contained in:
Jay Caines-Gooby
2022-07-04 19:59:56 +01:00
parent 6716b46e45
commit 200c089211
2 changed files with 2 additions and 0 deletions

View File

@@ -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
View File

@@ -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: