To see your live updated stream website access log, you can use a simple Linux command called tail. The command below is used in CentOS system will show how many people are connecting to your website, it also includes spiders/robots.
tail -f /var/www/vhosts/your_website.com/statistics/logs/access_log |
Output stream likes below:
66.249.72.122 - - [05/Mar/2011:14:50:05 +0700] "GET /website/a738.com HTTP/1.1" 200 4577 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:06 +0700] "GET /website/a7sg.com HTTP/1.1" 200 4972 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:06 +0700] "GET /website/aacd.com HTTP/1.1" 200 4500 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:06 +0700] "GET /website/aarhusmedia.dk/ HTTP/1.1" 200 5401 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:08 +0700] "GET /website/a8.com/ HTTP/1.1" 200 4460 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:09 +0700] "GET /website/aasi.org HTTP/1.1" 200 4482 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:09 +0700] "GET /website/aade.com HTTP/1.1" 200 5330 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:09 +0700] "GET /website/aadya.in HTTP/1.1" 200 5158 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:10 +0700] "GET /website/abacus-software.de/ HTTP/1.1" 200 4480 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:11 +0700] "GET /website/ab-ipbox.it/ HTTP/1.1" 200 5812 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:12 +0700] "GET /website/aa94.com HTTP/1.1" 200 4462 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:12 +0700] "GET /website/a889.com HTTP/1.1" 200 4471 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:13 +0700] "GET /website/aapka.de HTTP/1.1" 200 5444 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:13 +0700] "GET /website/aahflowers.com/ HTTP/1.1" 200 5955 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 66.249.72.122 - - [05/Mar/2011:14:50:14 +0700] "GET /website/aath.org HTTP/1.1" 200 4650 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" |