Skip to content

Instantly share code, notes, and snippets.

@a2f0
Created July 12, 2017 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a2f0/183214cc230c55e44eea906a151a9708 to your computer and use it in GitHub Desktop.
Save a2f0/183214cc230c55e44eea906a151a9708 to your computer and use it in GitHub Desktop.
time demo
pi@master_pi_4h4e:~$ time ssh -o ConnectTimeout=5 -o StrictHostKeyChecking=no pi@192.168.70.3 "uptime"
22:44:55 up 19 min, 0 users, load average: 0.06, 0.04, 0.00
real 0m0.736s
user 0m0.190s
sys 0m0.040s
pi@master_pi_4h4e:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment