https://github.com/leny/rezovites
Test lan speed with dd & netcat (simple wrapper)
https://github.com/leny/rezovites
Last synced: about 1 year ago
JSON representation
Test lan speed with dd & netcat (simple wrapper)
- Host: GitHub
- URL: https://github.com/leny/rezovites
- Owner: leny
- License: unlicense
- Created: 2017-05-20T18:48:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T20:03:36.000Z (about 9 years ago)
- Last Synced: 2025-05-21T02:46:23.524Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rézovitès
> Test lan speed with dd & netcat (simple wrapper)
* * *
Inspired by [http://tuxtweaks.com/2014/11/linux-network-speed-test/](tuxtweaks.com) method, a simple wrapper sh script to test LAN speed.
## Usage
Make sure the script is _executable_.
This script must be launched twice : once for the listener, then for the sender.
### As listener
On the listener, launch the script with the following parameter:
$ ./rezovites.sh listen
> This will launch `netcat -lk 49999` (listening connexions on port 49999), and display the current IP adresses of the machine.
### As sender
On the sender, launch the script with the following parameters:
$ ./rezovites.sh IP AMOUNT
> This will send AMOUNT data (in MB) to given IP, using `dd` & `netcat`, and print the result.
* * *
**rézovitès** is free and unencumbered public domain software.