GoAccess (A Real-Time Apache And Nginx) is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. GoAccess allows any custom log format string.
Features
- General Statistics, bandwidth etc.
- Time taken to serve the request (useful to track pages that are slowing down your site)
- Top Visitors
- Requested files
- Requested static files, images, swf, js, etc.
- Referrers URLs
- Referring Sites
- Keyphrases
- Support for IPv6
- Different Color Schemes
- Unlimited log file size
- Custom log format
- Output statistics to a file. See report.
- 404 or Not Found
- Operating Systems
- Browsers and Spiders
- Hosts, Reverse DNS, IP Location
- HTTP Status Codes
Install GoAccess in Ubuntu 13.10,13.04,12.10 and 12.04
sudo apt-get install goaccess
For Ubuntu releases < 12.04, simply add the follow the instructions below and then run the commands to install it.
sudo /etc/apt/sources.list
Add the below line at the end of the file.
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ natty main universe
Update the repository.
apt-get update
Instal GoAccess.
sudo apt-get install goaccess
Post a Comment