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:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bmon using brew
brew install bmon
bmon is ready to use now!