Any recommendations on the best network monitoring tool? We have problems in intermittent internet connections, I want to know how to check if these is from our side or from the ISP?
![]() |
Any recommendations on the best network monitoring tool? We have problems in intermittent internet connections, I want to know how to check if these is from our side or from the ISP?
For the free tools, try Wireshark at Wireshark: Go deep.. It is a protocol analyzer.
How do you want to monitor your connection? Are you looking for connection statistics? Speed tests?
Before you do anything try pinging your router with a packet length of 8192 nonstop until ^C'ed and look at the errors.
Usually finds gross errors which are probably cabling related.
From the CMD prompt ping 192.168.1.1 -t -l 8192
-l (lower case L) is packet length
-t is forever
192.168.1.1 replace with the address of your router
It will look something like:
Pinging 10.93.119.123 with 8192 bytes of data:
Reply from 10.93.119.123: bytes=8192 time<1ms TTL=128
Reply from 10.93.119.123: bytes=8192 time<1ms TTL=128
Reply from 10.93.119.123: bytes=8192 time<1ms TTL=128
Reply from 10.93.119.123: bytes=8192 time<1ms TTL=128
Ping statistics for 10.93.119.123:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
You want to pay attention to "time" and if there are any 'timeout errors".
Usually if you reduce the packet size, it gets better.
Unless you are paying about $300 to $500 a month or higher for an Internet connection, it is likely that you do not have a dedicated business class connection. Most inexpensive connections are shared bandwidth and will burst at or even above the rated speeds but will not consistently stay at the rated speeds.
All things being considered, your rated connection is only for the "last mile". Once you hit the Internet backbone, there are no guarantees that your response times will be at your rated speeds to all locations and all web sites.
All times are GMT -7. The time now is 08:33 AM. |