项目作者: PumpkinSeed

项目描述 :
Internet reliability check - CLI tool
高级语言: Go
项目地址: git://github.com/PumpkinSeed/netrel.git
创建时间: 2019-09-16T09:28:18Z
项目社区:https://github.com/PumpkinSeed/netrel

开源协议:Apache License 2.0

下载


netrel

Internet reliability check - CLI tool

netrel analyze the reliability of the internet connection. It’s sending ICMP packets to the trusted hosts many time, and based on the analyzed result determine a percentage how good the connection is.

Usage

  1. go install github.com/PumpkinSeed/netrel
  2. sudo netrel
Flags

--print-meta: Print the complete analyzed data.

Sample output
  1. $ sudo netrel
  2. ===============================================
  3. Tested hosts:
  4. 1.1.1.1
  5. google-public-dns-a.google.com
  6. google-public-dns-b.google.com
  7. 139.130.4.5
  8. Final score of internet reliability: 75.137545%
  9. Test spent: 43.574424145s