[Linux/Networking] Check Website Performance using HTTPStat

OK, so first, let’s install HTTPStat.

  • Machine: Ubuntu 20.04.3 LTS
  • Install PIP: apt-get install pip
  • get the python script: wget -c https://raw.githubusercontent.com/reorx/httpstat/master/httpstat.py
  • install HTTPSTAT: sudo pip install httpstat

  • Use HTTPSTAT: httpstat <url>

For more options provided by HTTPSTAT, you can use: httpstat –help:

Enjoy!