GithubHelp home page GithubHelp logo

speed-testing-tools's Introduction

speed-testing-tools

Speedtest by Ookla

sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest
speedtest

fast by Netflix

wget https://github.com/ddo/fast/releases/download/v0.0.4/fast_linux_amd64
sudo install fast_linux_amd64 /usr/local/bin/fast
which fast
fast

nethogs

sudo apt-get install nethogs
nethogs -V
sudo nethogs

iperf

sudo apt-get install iperf3 -y
iperf3 -s -p 2323                            # Start listen specific port on server
iperf3 -c 192.168.149.69 -p 2323             # Start client mode with listen port on the server
iperf3 -c 192.168.149.69 -p 2323 -P 3 -t 30  # set time in seconds to transmit for (default 10 secs) as follows

Check Ports lintening same server

sudo ss -tunl  # same server
sudo netstat -tunpl
sudo lsof -nP -iTCP -sTCP:LISTEN
sudo lsof -nP -iUDP:53

Check Ports lintening remote server (replace localhost with )

sudo nmap -n -PN -sT -sU -p- localhost               # nmap to check listening ports on localhost or remote
nc -z -v localhost 1-65535                           # netcat to check listening 1-65535 ports on localhost or remote
nc -z -v -u localhost 1-65535 2>&1 | grep succeeded  # netcat to check listening ports which are opened on remote or localhost

speed-testing-tools's People

Contributors

pruthvi2340 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.