1
0
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:
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
-l <log file> (infers -d) log response headers. Defaults to ./curl.log
-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)
```