< Home - < Back

goaccess


Information about the package, goaccess, which is shipped with common Linux distributions. The goaccess package is designed for, Real-time web log analyzer and interactive viewer.


Package Name:

goaccess

Summary:

Real-time web log analyzer and interactive viewer

Description:

GoAccess is a 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. Features: GoAccess parses the specified web log file and outputs the data to terminal. * General statistics, bandwidth, etc. * Time taken to serve the request (useful to track pages that are slowing down. your site). * Metrics for cumulative, average and slowest running requests. * Top visitors. * Requested files & static files. * 404 or Not Found. * Hosts, Reverse DNS, IP Location. * Operating Systems. * Browsers and Spiders. * Referring Sites & URLs. * Keyphrases. * Geo Location - Continent/Country/City. * Visitors Time Distribution. * HTTP Status Codes. * Ability to output JSON and CSV. * Tailor GoAccess to suit your own color taste/schemes. * Support for large datasets + data persistence. * Support for IPv6. * Output statistics to HTML. and more... GoAccess allows any custom log format string. Predefined options include, but not limited to: * Amazon CloudFront (Download Distribution). * AWS Elastic Load Balancing. * Apache/Nginx Common/Combined + VHosts. * Google Cloud Storage. * W3C format (IIS).

Architecture:

x86_64

Version:

1.2

Release:

1.el6

Size:

220 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for goaccess


Control the goaccess package with the following handy commands outlined below.


Command

Description of Command

yum install goaccess

This command will install goaccess on the server.

yum remove goaccess

This command will un-install goaccess on the server. When you run this command, you will be asked if you are sure that you want to remove goaccess, so you have to manually confirm that you want to do this.

yum -y remove goaccess

This command will un-install goaccess on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove goaccess when using the -y flag.

yum update goaccess

This command will update goaccess to the latest version. When you run this command, you will be asked if you are sure that you want to remove goaccess, so you have to manually confirm that you want to do this.

yum -y update goaccess

This command will update goaccess to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove goaccess when using the -y flag.

yum info goaccess

This command will show you core information about the goaccess package.

yum deplist goaccess

This command will show you the dependencies for goaccess. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update goaccess

This command will check if there is an update waiting on goaccess. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.