Welcome to speedc, the simple command-line tool designed to measure your internet speed using Cloudflare’s reliable speed test infrastructure. Whether you want to know your download speed or upload speed, speedc simplifies the process for you.
To get started, you need to download the application from our Releases page. Visit this link to download speedc: Download speedc.
You can install the application in a few simple ways:
go install github.com/mattn/speedc@latest
git clone https://github.com/mattn/speedc
cd speedc
go build -o speedc
speedc.To run speedc, ensure your system meets the following requirements:
Once you have installed speedc, you can run it directly from your terminal. The basic command is as follows:
speedc [options]
speedc comes with several options to customize your speed test:
-concurrent N - Sets the number of concurrent connections. The default is the number of CPU cores.-duration N - Specifies the test duration in seconds. The default is 5 seconds.-noanim - Disables the speed display animation.-download-url URL - Allows you to set a custom download test URL. The default is from Cloudflare.-upload-url URL - Permits a custom upload test URL. The default is from Cloudflare.-i - Enables detailed information mode during the test.Here are some simple examples to help you get started:
To run a basic speed test, enter the following command:
speedc
To run a test with 8 concurrent connections for 10 seconds, use:
speedc -concurrent 8 -duration 10
speedc offers a range of features to meet your speed testing needs:
Stay updated with the latest improvements and features. Regularly check the Releases page to install new versions of speedc: Download speedc.
If you encounter any issues or have questions about speedc, please use the GitHub Issues page. We value your feedback and aim to help you resolve any problems quickly.
speedc is open-source software. You can use and modify it according to the terms of the project’s license. Please refer to the LICENSE file in the repository for more details.
We welcome contributions from everyone. If you wish to contribute to speedc, please fork the repository, make your changes, and submit a pull request. Your contributions help enhance our tool for all users.
Enjoy measuring your internet speed with speedc!