Friday 27 October 2017

Measure TCP UDP Bandwidth using iperf in Mac

iperf Package Installation on Mac

Iperf is a Tool to measure maximum TCP and UDP bandwidth! It also allows the tuning of various parameters and UDP characteristics. Iperf reports bandwidth, delay jitter, datagram loss.  The official documentation of iperf is here: https://iperf.sourceforge.io/ 

Steps for Installation:
  1. Open your Terminal by pressing command+space, and type terminal inside it, and hit Enter key.

  2. Run below command to install homebrew. Skip this step, if you have it already installed.

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

  3. Install iperf now.

    brew install iperf
Installation done!

0 comments:

Post a Comment

 

Copyright @ 2013 Appychip.

Designed by Appychip & YouTube Channel