Skip to content

Commit

Permalink
Update informative text files
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Sep 27, 2010
1 parent 7d479e7 commit 077367b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
8 changes: 5 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Changes to GoAccess 0.3.3 - Saturday, September 18, 2010
Changes to GoAccess 0.3.3 - Monday, September 27, 2010

* Fixed a request size parsing issue. Due to malformed syntax on the HTTP protocol sent by the client, bandwidth was reset to 0.
Ex. "HEAD /" 400 20392
* Fixed a request size parsing issue. Due to malformed syntax on the HTTP protocol, bandwidth was reset to 0.
Ex. "HEAD /" 400 20392
* Fixed a segfault when goaccess was executed without any options but with an additional unknown argument.
* Tarball's filename was changed.

Changes to GoAccess 0.3.2 - Thursday, September 09, 2010

Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copyright (C) 2010
Gerardo Orellana <[email protected]>

* Version history:
- 0.3.3 [Saturday, September 18, 2010]
- 0.3.3 [Monday, September 27, 2010]
. GoAccess 0.3.3 Released. See ChangeLog for new features/bug-fixes.
- 0.3.2 [Thursday, September 09 2010]
. GoAccess 0.3.2 Released. See ChangeLog for new features/bug-fixes.
Expand Down
23 changes: 12 additions & 11 deletions goaccess.1
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
.TH goaccess 1 "JULY 2010" Linux "User Manuals"
.SH NAME
goaccess \- a fast and open source Apache Web Log Analyzer
goaccess \- fast log analyzer and interactive viewer for the Apache web server
.SH SYNOPSIS
.B goaccess [-f
.I input-file
.B ]
.I [-b] [-s] [-e]
.SH DESCRIPTION
.B goaccess
is a free (GPL) and open source Apache web log
analyzer that provides fast and valuable HTTP statistics
for system administrators that require a visual report on the fly.
GoAccess will parse the well-known Apache access log file,
then it will collect data from the parsed file and it will display it
is a free (GPL) real-time Apache 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.
First it will parse the access log file, then it will collect data
from the parsed file and it will display it
to the console or the X terminal. The collected information will be
displayed to the user in a visual/interactive window.
The collected information includes:
Expand All @@ -22,7 +23,7 @@ Total number of valid requests,
Total number of invalid requests,
Total time to analyze the data,
Total unique visitors,
Total unique requests files,
Total unique requested files,
Total unique static files
.IR (css, ico, jpg, js, swf, gif, png)
Total unique HTTP referrers (URLs),
Expand All @@ -34,7 +35,7 @@ Total bandwidth consumption.
HTTP requests having the same IP,
same date and same agent will be
considered a unique visit.
.I (including spiders).
.I (including crawlers).
.B {Detail view} is available for this module
.IP "Requested files"
The totals are based on unique requested files.
Expand Down Expand Up @@ -94,10 +95,10 @@ This has been disabled by default.
.IP "-f input-file"
path to input log filename
.IP -s
Enable/report HTTP status codes. To avoid overhead while parsing,
this has been disabled by default.
Enable HTTP response status codes report. To avoid overhead while parsing,
this feature has been disabled by default.
.IP -e
Exclude an IP from being count it under the HOST module.
Exclude an IP from being counted under the HOST module.
This has been disabled by default.

.SH INTERACTIVE MENU
Expand Down

0 comments on commit 077367b

Please sign in to comment.