speed up aspath script
This commit is contained in:
parent
580ba6a62b
commit
0734003778
@ -8,7 +8,7 @@ if [ -z "$1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Parse out the ASNs
|
# Parse out the ASNs
|
||||||
asns=$( mtr -jzc1 $1 | jq ".report.hubs[].ASN" | tr -d "\"" | uniq )
|
asns=$( mtr -jzc1 -Z1 -G0.25 $1 | jq ".report.hubs[].ASN" | tr -d "\"" | uniq )
|
||||||
|
|
||||||
# For each line
|
# For each line
|
||||||
for asn in $asns; do
|
for asn in $asns; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user