Skip to content

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

License

Notifications You must be signed in to change notification settings

qianxueseng-com/goaccess

Repository files navigation

Copyright (C) 2010
Gerardo Orellana <[email protected]>
http://goaccess.prosoftcorp.com/

Thursday, September 09 2010

INTRODUCTION
-------------
GoAccess is an open source real-time Apache web log analyzer and 
interactive viewer that runs in a terminal and provides fast and 
valuable HTTP statistics for system administrators that require a 
visual report on the fly.

How it works and what it does?
-------------------------------
Essentially, the way GoAccess works is that it will parse the 
well-known Apache access log file, from there, GoAccess will collect data 
from the parsed file and it will display it to the console or the X terminal. 
The collected information or generated reports will be displayed to the 
user/sysadmin in a visual/interactive window. Reports include:

    * General Statistics, Bandwidth etc.
    * Top Visitors
    * Requested files
    * Requested static files, images, swf, js, etc.
    * Referrers URLs
    * 404 or Not Found
    * Operating Systems
    * Browsers and Spiders
    * Hosts, Reverse DNS, IP Location
    * HTTP Status Codes
    * Referring Sites
    * Keyphrases
    * Different Color Schemes
    * Unlimited log file size

Why GoAccess?
-------------
The main idea behind GoAccess is being able to quickly analyze 
and view web server statistics in real time  without having to 
generate huge web reports. You can see it more as a monitor 
command tool than anything else. (or at least that's the intended purpose)

Keys
----
The user can make use of the following keys:

   * ^F1^            main help
   * ^F5^            Redraw main window
   * ^q^             quit the program/current window
   * ^o^             open detail view for selected module
   * ^TAB^           iterate modules (forward)
   * ^SHIFT^ + ^TAB^ iterate modules (backward)
   * ^RIGHT ARROW^   open detail view for selected module
   * ^0-9^           select module so the user can open a
                     [detail view] with either ^o^ or ^RIGHT ARROW^ 
   * ^SHIFT^ + ^0-9^ activate module above 10
   * ^s^             [detail view] sort unique visitors by date
   * ^S^             [detail view] sort unique visitors by hits
   * ^/^             [detail view] search forward for the
                     occurrence of pattern 
   * ^n^             [detail view] find the position of the next
                     occurrence 
   * ^t^ 			   [detail view] move to the first item
   * ^b^ 			   [detail view] move to the last item

About

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.4%
  • JavaScript 7.2%
  • Roff 3.7%
  • CSS 1.6%
  • HTML 1.0%
  • M4 0.9%
  • Other 1.2%