summaryrefslogtreecommitdiffstats
path: root/system/goaccess/README
blob: a21acc4c4a7a18afd8a02abd7d61c38a293b4724 (plain)
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
Goaccess is an open source real-time Apache log analyser 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.

Optional:

Goaccess supports two types of GeoIP - legacy and mmdb.

If you want to add GeoIP support, pass either option to the
slackbuild:

GEOIP=legacy ./goaccess.SlackBuild
(Requires GeoIP)

GEOIP=mmdb ./goaccess.SlackBuild
(Requires libmaxminddb)

TokyoCabinet:

Goaccess supports Tokyo Cabinet and Tokyo Cabinet's on-disk
B+ Tree database.

The options are:

TCB=memhash ./goaccess.SlackBuild
TCB=btree ./goaccess.SlackBuild
(Both require tokyocabinet)