Skip to content

Instantly share code, notes, and snippets.

@frippz
Created April 7, 2021 05:26
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 frippz/675a369fec3bc75a301b6c668bc048c9 to your computer and use it in GitHub Desktop.
Save frippz/675a369fec3bc75a301b6c668bc048c9 to your computer and use it in GitHub Desktop.
Test network speed without wasting disk
dd if=/dev/zero bs=4096 count=1048576 | ssh user@host.tld 'cat > /dev/null'
@frippz
Copy link
Author

frippz commented Apr 7, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment