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

httpstat 1.3.1

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 httpstat 1.3.1 as follows:

guix install httpstat@1.3.1

Or install the latest version:

guix install httpstat

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.