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

studiovc/goaccess

Repository files navigation

What is it?
-------------
GoAccess 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.

Features
-------------------------------
GoAccess parses the specified web log file and 
outputs the data to the X terminal. Features 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
   * Support for IPv6
   * Different Color Schemes
   * Unlimited log file size
   * Custom log format
   * Output statistics to a file.

Nearly all web log formats...

GoAccess allows any custom log format string.
Predefined options include, but not limited to:

   * Common Log Format (CLF) Apache
   * Combined Log Format (XLF/ELF) Apache
   * W3C format (IIS).
   * Apache virtual hosts

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 an HTML report. 
Although it is possible to generate an HTML report, 
by default it outputs to a terminal.

You can see it more as a monitor command tool than anything else.

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

   * ^F1^ or ^CTRL^ + ^h^ [main help]
   * ^F5^    redraw [main window]
   * ^q^     quit the program, current window or module
   * ^o^  or ^ENTER^  expand selected module
   * ^j^     scroll down within expanded module
   * ^k^     scroll up within expanded module
   * ^c^     set or change scheme color
   " ^CTRL^ + ^f^ scroll forward one screen within
   "         active module
   " ^CTRL^ + ^b^ scroll backward one screen within
   "         active module
   * ^TAB^   iterate modules (forward)
   * ^SHIFT^ + ^TAB^ iterate modules (backward)
   * ^0-9^   select module so the user can expand
   *         module pressing ^ENTER^
   * ^s^     sort options for current module
   * ^/^     search across all modules
   * ^n^     find position of the next occurrence
   * ^g^     move to the first item or top of screen
   * ^G^     move to the last item or bottom of screen

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 83.8%
  • JavaScript 7.4%
  • Roff 3.7%
  • CSS 1.8%
  • HTML 1.1%
  • M4 0.9%
  • Other 1.3%