Monday, August 28, 2017

Internal network speed test (mac)


  1. Install homebrew
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. Intall iperf
    brew install iperf3
  3. Run server on machine 1:
    iperf3 -s
  4. Run speedtest on machine 2:
    iperf3 -c <machine 1>
  5. Both machine will show speed test results
Enjoy!

Ref:
  • https://www.macobserver.com/tmo/answers/how-to-test-speed-home-network-iperf

No comments: