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:
- Open your Terminal by pressing
command+space
, and typeterminal
inside it, and hitEnter
key. - 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
- Install iperf now.
brew install iperf
0 comments:
Post a Comment