You can use this command in powershell:
Get-Counter "\Network Interface(*)\Bytes total/sec" -SampleInterval 3 -MaxSamples 5
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to check my bandwidth through command prompt so please tell how can i do that
You can use this command in powershell:
Get-Counter "\Network Interface(*)\Bytes total/sec" -SampleInterval 3 -MaxSamples 5
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–