/sptest

Wrapper for speedtest-cli - pretty-print result and save log file

Primary LanguageShellGNU General Public License v3.0GPL-3.0

#================================================================================#
#                         Test Internet Connection Speed                         #
#--------------------------------------------------------------------------------#
#                                                                                #
#   ********************                                                         #
#   *                  *                                                         #
#   *   [SpeeD] Test   *  wrapper for speedtest-cli                              #
#   *                  *                                                         #
#   ********************                                                         #
#                                                                                #
#  ============================================================================  #
#      Version: [1]                                                              #
#  ============================================================================  #
#                                                                                #
#       Author: Linuxander                                                       #
#                                                                                #
#  Description: Simple Bash script to test internet connection speed             #
#               Run with 'torify' to test tor connection speed                   #
#               Use speedtest.net over https to check down/up speed              #
#               Connection data pretty-print                                     #
#                                                                                #
#      ====================================================================      #
#                       https://www.github.com/cybersecrs                        #
#      ====================================================================      #
#                                                                                #
##################################################################################

About

This is simple bash script to test internet connection speed. I don't like output of speedtest-cli, so SPtest save it in log and print nice color output.


How to use

git clone https://github.com/cybersecrs/sptest.git && cd sptest && sudo chmod +x sptest.sh