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