Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pumpkinseed/netrel
Internet reliability check - CLI tool
https://github.com/pumpkinseed/netrel
internet-connection reliability reliability-analysis
Last synced: 15 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T14:43:37.000Z (over 5 years ago)
- Last Synced: 2024-12-24T08:43:32.854Z (16 days ago)
- Topics: internet-connection, reliability, reliability-analysis
- Language: Go
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netrel
Internet reliability check - CLI toolnetrel 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/netrelsudo 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
```