Skip to content

Instantly share code, notes, and snippets.

@pierdom
Created July 29, 2019 12:58
Show Gist options
  • Save pierdom/d4e2fcbe743705d2845d85fc3bea759d to your computer and use it in GitHub Desktop.
Save pierdom/d4e2fcbe743705d2845d85fc3bea759d to your computer and use it in GitHub Desktop.
[Measure transfer speed with SSH server] #sysadmin #networking #ssh
ssh <user>@<server> "head -c 200M </dev/urandom" | dd of=/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment