高速アクセスログ解析 visitors
visitorsという高速アクセス解析ツールがほんとに早かった件。
Wgetしてmake。これも10秒ほど。
wget http://www.hping.org/visitors/visitors-0.7.tar.gz
tar xvzf visitors-0.7.tar.gz
cd visitors_0.7
make
特定の日だけみたい場合はストリームで入力。
grep '2012-01-10' /var/log/httpd/bk_access_log | visitors --stream -AM -m 30 -o html --output-file report0110.html
Wgetしてmake。これも10秒ほど。
wget http://www.hping.org/visitors/visitors-0.7.tar.gz
tar xvzf visitors-0.7.tar.gz
cd visitors_0.7
make
特定の日だけみたい場合はストリームで入力。
grep '2012-01-10' /var/log/httpd/bk_access_log | visitors --stream -AM -m 30 -o html --output-file report0110.html