À¥·Î±× ºÐ¼®±â¸¦ µÚÁö´Ù°¡ Àç¹Õ´Â°ÍµéÀÌ ÀÖ¾î¼ ¼Ò°³ÇÕ´Ï´Ù.
ÀÌ°Ç Ä¿¸Çµå·Î ½ÇÇàÇØ¼ È®ÀÎÇϴµ¥ ½Ç½Ã°£ÀÌ ¹Ý¿µµÇ°í ºñÁê¾óÀûÀ¸·Îµµ À־À̰í ÁÁÀ¸³×¿ä~¤»
 
 
¼³Ä¡¹æ¹ý
# tar zxvf goaccess-0.4.2.tar.gz
# mv goaccess-0.4.2 goaccess
# ./configure; make; make install
 
# ./goaccess
GoAccess - 0.4.2
Usage: goaccess [ -b ][ -s ][ -e IP_ADDRESS][ - a ]< -f log_file >
The following options can also be supplied to the command:
 -f <argument> - Path to input log file.
 -b            - Enable total bandwidth consumption.
                 For faster parsing, don't enable this flag.
 -s            - Enable HTTP status codes report.
                 For faster parsing, don't enable this flag.
 -a            - Enable a List of User-Agents by host.
                 For faster parsing, don't enable this flag.
 -e <argument> - Exclude an IP from being counted under the
                 HOST module. Disabled by default.
Examples can be found by running `man goaccess`.
º¸´Ù ÀÚ¼¼ÇÑ°Ç man ÆäÀÌÁö¸¦ ÅëÇØ¼
# man goaccess
 
¿É¼Çµµ ´Ù¾çÇÏ°í »ö±òµîµµ ¹Ù²Ü¼ö ÀÖÀ¸´Ï MAN ÆäÀÌÁö¸¦ ÅëÇØ¼ Çϳª¾¿ È®ÀÎÇØº¸¼¼¿ä...
# ./goaccess -f /DATA/logs/chonnom.com-access_log
 
./goaccess -f /DATA/logs/chonnom.com-access_log -b