Guide To Install bmon On Mac using Brew

Package Information:

Name: bmon
Use: bmon is a monitoring and debugging tool to capture networking related statistics and prepare them visually in a human friendly way.
URL: https://github.com/tgraf/bmon

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Execute the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bmon using brew
    brew install bmon

bmon is ready to use now!