ALBDNS=$(terraform output -raw myalb_dns) for i in {1..100}; do curl -s http://$ALBDNS/ ; done | sort | uniq -c | sort -nr