No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-03 12:50:32 +03:00
go.mod init 2026-08-03 01:55:05 +03:00
go.sum init 2026-08-03 01:55:05 +03:00
main.go set version from build info 2026-08-03 12:50:32 +03:00
readme.md init 2026-08-03 01:55:05 +03:00

reqtime

Shows average, min, max and median times of requests.

Install

go install tsivinsky.com/x/reqtime@latest

Usage

reqtime <url>

Add verbose flag -v to also show each request's time.