Test Your Internet Speed Using the Command Prompt

To test your internet speed using the Command Prompt, follow these steps.

Go to https://nodejs.org/ and download the current release for your operating system.

Install node.js on your system with default settings.

Now open the Command Prompt, type in the following command and hit Enter.
npm install -g speed-test

Test your internet speed using Command Prompt

This command will download and install the speed-test package from npm.

Now to test your internet speed, type speed-test in the Command Prompt and hit Enter.

Test your internet speed using Command Prompt

For more details about your internet connection, type the following command and hit Enter.
speed-test –verbose

Test your internet speed using Command Prompt

Leave a Reply

Your email address will not be published. Required fields are marked *