Forum Moderators: bakedjake
grep -i googlebot access.log ¦ grep -i "23/oct" ¦ wc -l
to show how many times googlebot has been around today, or
grep -i google.com access.log ¦ grep -iv googlebot ¦ wc -l
for how many referrals from google... etc.
Not exactly deep, detailed data, but useful for a quick buzz through to see if anything warrants a closer look.