commandlinefu.com is the place to record those command-line gems that you return to again and again.
Delete that bloated snippets file you've been using and share your personal repository with the world. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.
If you have a new feature suggestion or find a bug, please get in touch via http://commandlinefu.uservoice.com/
You can sign-in using OpenID credentials, or register a traditional username and password.
First-time OpenID users will be automatically assigned a username which can be changed after signing in.
Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.
» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10
Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):
Subscribe to the feed for:
mtr combines the functionality of the traceroute and ping programs in a 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 over‐loaded) link.
There is 1 alternative - vote for the best!
If you can do better, submit your command here.
You must be signed in to comment.
Hi,
Your command line works great. i get some interesting information
from the traceroute and it keeps the information updated. im running
ubuntu EEE (easy Peasy) 8.10 on my netbook.
Greets Snipercup
Droool.. this is awesome, im hypnotized!
Great command! Thanx for sharing.
Great one.. Thanks..
To run in terminal do:
mtr -tGreat tool! Thanks!
I like to use
mtr -r -c 100You don't get to watch but it'll print the statistics. You win some, you lose some.
The homebrew system is a great way to get this tool on OSX, btw -> http://github.com/mxcl/homebrew
great one, thanks for sharing!
Love this! Also love brie's example however I find 100 take's quite a while to report.
Thanks to the both of you this is super handy!
great, thanks!
Hi this a good command but this have a problem, is detected by the firewall , with many connections to dns provider probably your machine will be block by firewall,
tl;dr: mtr provides false reports.
It's worth mentioning a few things. First, ICMP packets must be processed by the control plane of a router or switch. "Normal" packets, however, are switched by hardware ASICs (in provider cores and some business devices).
This means that you could see "latency" and/or "packet loss" where there is none. In addition to being processed by the control plane, ICMP is often either rate-limited, blocked, policed, or otherwise handled differently than "normal" traffic.
What I'm trying to point out is that it's important to not just understand WHAT your tool does, but HOW it does it and how the results may be affected. This is true for any tool, but in my work I've seen many rely on results of "ping plotter" and "mtr" and similar tools to determine trouble and it is simply not always accurate. Service provider devices (particularly devices manufactured by Cisco) tend to have very weak processors. Poor network design (with regards to control plane tasks such as BGP scanning and SPF calculations) can also lead to false reports of packet loss.
To install this using Macports, do
sudo port install mtr