PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Use iperf To Test Sending / Recieving Speed For Your Local Network

Go down

Use iperf To Test Sending / Recieving Speed For Your Local Network Empty Use iperf To Test Sending / Recieving Speed For Your Local Network

Post by jamied_uk 23rd January 2014, 16:37



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
Use iperf To Test Sending / Recieving Speed For Your Local Network Attachment
Speed Testing For Local Networks.zip You don't have permission to download attachments.(1.2 Mb) Downloaded 0 times
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum