Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


https://iperf.fr/


Speed test:


Start an iperf UDP server:

# iperf –u –p <listening port> –s


Run an iperf UDP stream with at specific rate (in Mbps):

iperf
# iperf –u –c <server @> -p <server port> -b <X>m -d

-u : UDP packet , best for bandwitdh test
-c it's the Client side
-s it's the Server side
-p destination port number on the client side
( or listening port number on the server side)
-b for bandwidth ( default 1m)  
-d for dualtest ( bi-directional)  >> becarefull at the ID number in the report







Single test: Client to Server


1- note the different port for the signaling and the data traffic?????

sig src: 48529


Client >>> VPLS >>> VPRN >> VPLS >> Server  ( no Rate limiting)








  • No labels