Created
May 30, 2014 13:29
-
-
Save shawnbutts/9451a2b6293d6ed7d626 to your computer and use it in GitHub Desktop.
ssh connection test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time ssh <SERVER> 'a=1; while true; do echo $a `date` ; let a=a+1; sleep 1; done' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment