diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-12-26 11:33:48 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-12-26 11:33:48 +0100 |
commit | 786f7d9389ea88c8dafdb2a1d1cd35cc98cc679e (patch) | |
tree | b9448c603401ae5be848054ec5f6f52b998a11e3 /mtr-report | |
parent | 1e58c093f1163b8e527e394d61678ef1382bb49b (diff) | |
download | bin-786f7d9389ea88c8dafdb2a1d1cd35cc98cc679e.tar.gz bin-786f7d9389ea88c8dafdb2a1d1cd35cc98cc679e.tar.xz |
add mtr-report
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'mtr-report')
-rwxr-xr-x | mtr-report | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mtr-report b/mtr-report new file mode 100755 index 0000000..366cef3 --- /dev/null +++ b/mtr-report @@ -0,0 +1,3 @@ +#!/bin/bash + +mtr --report --report-wide --show-ips --aslookup --report-cycles "${2:-10}" "$1" "${@:3}" |