1

speed up aspath script

This commit is contained in:
Evan Pratten 2023-11-09 13:34:47 -05:00
parent 580ba6a62b
commit 0734003778

View File

@ -8,7 +8,7 @@ if [ -z "$1" ]; then
fi
# 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 asn in $asns; do