5 releases (2 stable)
new 1.0.2 | Jun 8, 2023 |
---|---|
1.0.1 | Mar 24, 2023 |
0.1.10 | Mar 17, 2023 |
0.1.9 | Mar 1, 2023 |
0.1.8 | Feb 26, 2023 |
#181 in Command line utilities
32 downloads per month
22KB
524 lines
cfspeedtest - Unofficial CLI for speed.cloudflare.com
Installation
Install using cargo
:
cargo install cfspeedtest
Or download the latest binary release here: cfspeedtest/releases/latest
Usage
> cfspeedtest --help
Unofficial CLI for speed.cloudflare.com
Usage: cfspeedtest [OPTIONS]
Options:
-n, --nr-tests <NR_TESTS>
Number of test runs per payload size. Needs to be at least 4 [default: 10]
--nr-latency-tests <NR_LATENCY_TESTS>
Number of latency tests to run [default: 25]
-m, --max-payload-size <MAX_PAYLOAD_SIZE>
The max payload size in bytes to use [100k, 1m, 10m, 25m or 100m] [default: 10MB]
-o, --outupt-format <OUTUPT_FORMAT>
Set the output format [csv, json or json-pretty] > This silences all other output to stdout
-v, --verbose
Enable verbose output i.e. print out boxplots of the measurements
-h, --help
Print help
-V, --version
Print version
Example with json-pretty output:
Development
TODO
- Dynamic payload sizing depending on network speed
Logging
Set the log level using the RUST_LOG
env var:
RUST_LOG=debug cargo run
Release
On GitHub
Release builds are published automatically using github actions. They are triggered when a git tag in the format v[0-9]+.*
is pushed.
git tag v1.0.0
git push origin v1.0.0
On crates.io
- Update
cfspeedtest
version inCargo.toml
cargo publish --dry-run
- Verify contents using
cargo package --list
- Upload to crates.io
cargo publish
Dependencies
~8–16MB
~324K SLoC