I want to check my bandwidth through command prompt so please tell me how can i do that

Mohammad Muheet 0 Reputation points
2023-03-21T11:54:35.9533333+00:00

I want to check my bandwidth through command prompt so please tell how can i do that

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S. Mostafa Rahmani 10 Reputation points
    2024-06-08T06:18:53.7033333+00:00

    You can use this command in powershell:

    Get-Counter "\Network Interface(*)\Bytes total/sec" -SampleInterval 3 -MaxSamples 5

    2 people found this answer helpful.

  2. Limitless Technology 44,751 Reputation points
    2023-03-22T14:17:11.06+00:00

    Hello there,

    You can use the Ping option to check the latency and speed of the internet.

    Open CMD as admin and type the below line and press enter.

    "ping google.com"

    Also In the Command Prompt, enter netstat -o -n and then press Enter.

    Under Active Connections, look at the PID (Process ID) column.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.