This package browser is in early development. Mind the rough edges.

httpstat

Visualize curl statistics

httpstat is a tool to visualize statistics from the curl HTTP client. It acts as a wrapper for curl and prints timing information for each step of the HTTP request (DNS lookup, TCP connection, TLS handshake and so on) in the terminal.

Installation

Install the latest version of httpstat as follows:

guix install httpstat

Or install a particular version:

guix install httpstat@1.3.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.