Use iperf To Test Sending / Recieving Speed For Your Local Network
Page 1 of 1
Use iperf To Test Sending / Recieving Speed For Your Local Network
Code For Example 1
app.box.com/s/vg1itqwii9gjr571imuuex9ybp9vvydr
open up port 5001 on the server side for speed test to run!
Download the windows iperf program from the attached files!
Install iperf for linux
~~~~~~~~~~~~~~
- Code:
sudo apt-get install iperf
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Usage Notes!
~~~~~~~~~~
For windows: (assuming location of the files)!
open CMD and cd to folder using example below!
cd C:\Backup\iperf-2.0.5-2-win32
Server side testing string
- Code:
iperf.exe -s
or for linux use
- Code:
iperf -s
Client Side Testing String -c server ip
- Code:
iperf.exe -c 192.168.1.5
or for linux use
- Code:
iperf -c 192.168.1.5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Liux Alias: On your linux machine setup an alias for faster commands with examples below!
- Code:
alias speedtest='iperf -s'
- Code:
alias speedtestclient='iperf -c 192.168.1.5'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Now, For testing speeds on virtual Machines!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For virtual machines use your native master system as a server and virtual client as a client!
More @
slashroot.in/iperf-how-test-network-speedperformancebandwidth
encrypted.google.com/search?q=bash+test+local+network+speed+using+windows+share#safe=off&q=bash+test+local+network+speed+using+windows+share+for+linux
- Attachments
Similar topics
» Sending Files Across Network With Netcat
» Speed Test With Bash On Linux
» Curl Internet Speed Test
» how to solve body onload issue on a local apache2 server with a script tag
» Calculating Internet Speed Test With Python In Linux
» Speed Test With Bash On Linux
» Curl Internet Speed Test
» how to solve body onload issue on a local apache2 server with a script tag
» Calculating Internet Speed Test With Python In Linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum