Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dmuth/unix-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuth committed Jun 28, 2013
2 parents 230a044 + 1ff7b9d commit a5cbbc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@ Random shell scripts and whatnot that I'd like to share.


- [multiping](multiping.md): Ping multiple hosts at once
- [mtr-report](mtr-report.md): Wrapper for mtr to make reports easier
- openssl-create-self-signed-key: Create a self-signed SSL cert automatically


16 changes: 8 additions & 8 deletions mtr-report.md
@@ -1,7 +1,6 @@

## MTR Report

This script is a wrapper that I wrote for the (mtr ping tool)[http://en.wikipedia.org/wiki/MTR_(software)].
This script is a wrapper that I wrote for the [mtr ping tool](http://en.wikipedia.org/wiki/MTR_(software\)).

It makes my life just a little easier by acting as a wrapper for MTR so I can easily
get the status of a route in a long running loop, and logged to a file.
Expand All @@ -27,15 +26,16 @@ This is useful when my Comcast connection starts acting up. :-)
## Syntax

mtr-report [--loop] [-6] [--log] --num num hostname
--loop Run in a loop
-6 Use IPv6. IPv4 is the default.
--log Log the results to mtr-report-log.txt
--num How many pings to send out
hostname Whom do you want to ping today?
--loop Run in a loop
-6 Use IPv6. IPv4 is the default.
--log Log the results to mtr-report-log.txt
--num How many pings to send out
hostname Whom do you want to ping today?


## Author

Douglas T. Muth. You can email me at doug.muth@gmail.com or (harass me in social media)[http://www.dmuth.org/contact].
Douglas T. Muth. You can email me at doug.muth@gmail.com or
[harass me in social media](http://www.dmuth.org/contact).


0 comments on commit a5cbbc8

Please sign in to comment.