How to Install httping in Ubuntu 18.04



Install httping by entering the following commands in the terminal:

sudo apt update
sudo apt install httping

Description:

ping-like program for http-requests

httping is like ping for HTTP. It sends requests to a hostname or a remote URL and it shows you how long it takes to connect, send a HTTP request and retrieve the reply (only the header). . It supports SSL as well as various different ways to use it.

Homepage: http://www.vanheusden.com/httping

Version: 2.5-1

Section: universe/net