https://github.com/pumpkinseed/netrel
Internet reliability check - CLI tool
https://github.com/pumpkinseed/netrel
internet-connection reliability reliability-analysis
Last synced: 4 months ago
JSON representation
Internet reliability check - CLI tool
- Host: GitHub
- URL: https://github.com/pumpkinseed/netrel
- Owner: PumpkinSeed
- License: apache-2.0
- Created: 2019-09-16T09:28:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T14:43:37.000Z (about 6 years ago)
- Last Synced: 2025-06-24T13:26:00.410Z (4 months ago)
- Topics: internet-connection, reliability, reliability-analysis
- Language: Go
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
go install github.com/PumpkinSeed/netrel
sudo netrel
```
##### Flags
`--print-meta`: Print the complete analyzed data.
##### Sample output
```
$ sudo netrel
===============================================
Tested hosts:
1.1.1.1
google-public-dns-a.google.com
google-public-dns-b.google.com
139.130.4.5
Final score of internet reliability: 75.137545%
Test spent: 43.574424145s
```