Time to First Byte
lupaxa-time-to-first-byte measures how long an HTTP or HTTPS request takes to
receive its first response byte. Each sample resolves the host, connects,
negotiates TLS when needed, sends the request, follows redirects, and reports
the final response.
A passing sample reports the final status and DNS, connection, TLS, and total
TTFB timings. The command repeats until Ctrl-C unless you set --count.
Next steps
- Getting started — install and first run
- Usage — output, CLI flags, and the library API
- Reference — defaults, exit codes, and API names
- Examples — common measurement recipes