cf-speedtest
v1.0.3
Published
CLI tool for testing internet speed using Cloudflare's network
Maintainers
Readme
cf-speedtest
A simple CLI tool to measure your Cloudflare network performance, including latency, packet loss, download, and upload speeds.
Requirements
- Node.js 18 or higher
Installation
Install globally:
# npm
npm install -g cf-speedtest
# pnpm
pnpm add -g cf-speedtestOr run without installation:
# npx
npx cf-speedtest
# pnpm dlx
pnpm dlx cf-speedtest
# bunx
bunx cf-speedtest
# yarn dlx
yarn dlx cf-speedtestUsage
After installation, run:
cf-speedtestExample Output
📍 Server Location: SIN
🏓 Latency: 2.34ms
📊 Jitter: 0.45ms
⬇️ Download: 3200.45 Mbps
⬆️ Upload: 2800.67 MbpsBuilding from Source
git clone https://github.com/ruchernchong/cf-speedtest.git
cd cf-speedtest
pnpm install
pnpm run build
node dist/index.jsLicense
This project is licensed under the MIT License. See the LICENSE file for details.
