An open API service indexing awesome lists of open source software.

https://github.com/cafca/speedmon


https://github.com/cafca/speedmon

Last synced: about 1 month ago
JSON representation

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.