Files
Wiki/linux/shell_commands.md
2020-03-19 12:54:01 +01:00

121 B

Commands

Use pv for bandwidth tests

pv --rate-limit 1M </dev/zero | ssh user@example.net 'cat >/dev/null'