Skip to content

Instantly share code, notes, and snippets.

View mrkane27's full-sized avatar

Vlad Albulescu mrkane27

  • London, United Kingdom
View GitHub Profile
@mrkane27
mrkane27 / bwtest.sh
Created January 10, 2021 12:13
Network speed test to a computer you have ssh access to
#!/usr/bin/env bash
if [ -z "$1" ]; then
echo "$0 <ssh args e.g. host>"
exit
fi
FN="/tmp/$(uuidgen)"
TESTSIZE=314572800
echo generate