MTR - a network diagnostic tool
Just came across a tool called "mtr" , it expands to "My trace Route"
DESCRIPTION :
mtr combines the functionality of the traceroute and ping programs in single network diagnostic tool.
As mtr starts, it investigates the network connection between the host mtr runs on and HOSTNAME. by sending packets with purposly low TTLs.
It continues to send packets with low TTL, noting the response time of the intervening routers. This allows mtr to print the response percentage and response times of the internet route to HOSTNAME. A sudden increase in packetloss or response time is often an indication of a bad(or simply overloaded) link.
To install : sudo apt-get install mtr
After installing just , type in "mtr" in terminal to run and see the o/p for your local host.
Recent blog posts
- watir-webdriver web inspector
- gem list to gemfile
- Packing ruby2.0 on debian.
- Made it into The Guinness Book!
- to_h in ruby 2.0
- Filter elements by pattern jQuery.
- Better HTML password fields for mobile ?
- Grayscale image when user offline
- nth-child CSS pseudo-class Christmas colors
- EventEmitter in nodejs