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.
- Versions: 1.3.1
- Website: https://github.com/reorx/httpstat
- Licenses: Expat
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
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.
Badge code
You can use the following badge to inform users of httpstat about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/httpstat'><img src='https://packages.guix.gnu.org/packages/httpstat/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/httpstat/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/httpstat)
Example Org:
[[https://packages.guix.gnu.org/packages/httpstat][https://packages.guix.gnu.org/packages/httpstat/badges/latest-version.svg]]