Steps to Install apachetop on Mac

Package Information:

Name: apachetop
Use: Top-like display of Apache log

ApacheTop is a curses-based top-like display for Apache information, including requests per second, bytes per second, most popular URLs, etc.
URL: http://freecode.com/projects/apachetop

Installation Steps:

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

apachetop is ready to use now!