How to check internet speed using cmd?

Asked 6 years ago
Viewed 722 times

0

How to check internet speed using cmd?


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....!

answered 5 years ago by Rahul Roi

Your Answer