System Admin
Check Internet Speed
How to check Internet speed
- Type in cmd
ping google.com -t
- If time showing
< 20ms
then internet speed isgood
&> 20ms
then internet speed isbad
- If time showing
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>
incmd
eg;ping 192.168.50.44 -t
- If time showing
< 5ms
then internet speed isgood
&> 5ms
then internet speed isbad
- Make sure not showing time out otherwise internet is not stable
- Then