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.
- Website: https://github.com/reorx/httpstat
- Licenses: Expat
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
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.