A simple CLI tool to measure your Cloudflare network performance, including latency, download, and upload speeds.
- Go 1.24 or higher (to build from source)
Download the latest release for your platform from GitHub Releases.
go install github.com/ruchernchong/cfspeed/v2/cmd/cfspeed@latestNote: Major version 2+ requires the
/v2import path (Go modules). The npm packagecf-speedtest(old name) is deprecated — use GitHub Releases orgo installinstead.
cfspeed📍 Server Location: SIN
🏓 Latency: 2.34ms
📊 Jitter: 0.45ms
⬇️ Download: 3200.45 Mbps
⬆️ Upload: 2800.67 Mbps
git clone https://github.com/ruchernchong/cfspeed.git
cd cfspeed
go build -o cfspeed ./cmd/cfspeed
./cfspeedThis project is licensed under the MIT License. See the LICENSE file for details.