summaryrefslogtreecommitdiffstats
path: root/mtr-report
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-12-26 11:33:48 +0100
committerFlorian Pritz <bluewind@xinu.at>2014-12-26 11:33:48 +0100
commit786f7d9389ea88c8dafdb2a1d1cd35cc98cc679e (patch)
treeb9448c603401ae5be848054ec5f6f52b998a11e3 /mtr-report
parent1e58c093f1163b8e527e394d61678ef1382bb49b (diff)
downloadbin-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-xmtr-report3
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}"