1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: goaccess
Section: utils
Priority: optional
Maintainer: Antonio Terceiro <terceiro@debian.org>
Uploaders: Chris Taylor <ctaylor@debian.org>
Build-Depends: autoconf,
debhelper-compat (= 13),
debputy (>= 0.1.45~),
dpkg-dev (>= 1.22.9~),
libbz2-dev,
libmaxminddb-dev,
libncurses-dev,
libssl-dev,
Build-Driver: debputy
Standards-Version: 4.7.2
Homepage: https://goaccess.io/
Vcs-Git: https://salsa.debian.org/debian/goaccess.git
Vcs-Browser: https://salsa.debian.org/debian/goaccess
Package: goaccess
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: log analyzer and interactive viewer for the Apache web server
Displays fast and valuable HTTP statistics for system administrators that
require a visual report on the fly.
.
The collected information will be displayed to the user (sysadmin) in a
visual/interactive window. Collected information includes:
.
-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
-Unlimited log file size
.
GoAccess can parse both of Apaches' log formats, the Common Log Format and
the Combined Log Format
|