https://github.com/cafca/speedmon
https://github.com/cafca/speedmon
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cafca/speedmon
- Owner: cafca
- Created: 2021-09-12T18:29:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T20:51:05.000Z (almost 5 years ago)
- Last Synced: 2025-09-30T17:58:48.784Z (9 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# speedmon
Measure an internet connection's bandwidth.
- Takes continuous performance measurements while downloading a supplied URL endpoint.
- Calculates connection speed from measurements by discarding slowest 25% of measurements as well as fastest 2 measurements and averaging the rest.
## Usage
```
$ npx speedmon
```
Payload should be at least six megabytes.