Skip to content

Instantly share code, notes, and snippets.

@zuzzas
Created October 5, 2015 13:25
Show Gist options
  • Save zuzzas/104fb5ec1ec6114eed7b to your computer and use it in GitHub Desktop.
Save zuzzas/104fb5ec1ec6114eed7b to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in `seq 1 10000`
do /bin/date +%Y-%m-%d-%H-%M-%S
mtr -n -c 600 -i 1 -r 10.147.0.46 > 10.147.0.46_$(/bin/date +%Y-%m-%d-%H-%M-%S).txt
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment