mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
ec3ec90337
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
29 lines
700 B
Text
29 lines
700 B
Text
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)
|