WebReinvent Internal Docs
System Admin

Check Internet Speed

How to check Internet speed

  • Type in cmd ping google.com -t
    • If time showing < 20ms then internet speed is good & > 20ms then internet speed is bad

How to check vm internet speed

  • Firstly you need to run a command in powershell as administrator
    netsh advfirewall firewall add rule name="ICMPv4 Allow Ping Requests" protocol=icmpv4:8,any dir=in action=allow
    
    • Then ping <ip address -t> in cmd eg; ping 192.168.50.44 -t
    • If time showing < 5ms then internet speed is good & > 5ms then internet speed is bad
    • Make sure not showing time out otherwise internet is not stable

Copyright © 2024