How to check internet speed using cmd?

Asked 28-Oct-2018
Viewed 652 times

1 Answer


0

Check internet speed by using cmd

Step 1). Please open cmd prompt in pc like -

How to check internet speed using cmd?

windows(flag) key + R -- This is called also RUN command.  And Type cmd then press enter.

How to check internet speed using cmd?

1. Example:

Ping mindstick.com -n 10

This will ping google.com 100 times before the test is completed.

How to check internet speed using cmd?

2. Example:

Ping mindstick.com -w 10

This will ping mindstick.com and if MindStick takes longer than 10 milliseconds to respond, it will consider the packet of data to be lost.

How to check internet speed using cmd?

3). Example:

Ping mindstick.com -n 5 -w 10

This will ping mindstick.com 5 times, waiting 10 milliseconds before considering the packet a loss.

How to check internet speed using cmd?

Thanks....!