Forum Moderators: open
I don't know if this is against board rules...
Anyway, I use this script for tracking googlebot (and other robots).
[googlestats.com...]
Right now they are working on a new version if I understood it correct. (They are french but the script is available in english).
The script presents what pages and when the robot has visited. It also shows the ip and name of the source of the robot.
//Mattias
If you have access to the log files, there's a program called Windows Grep which is basically a text analyzer, but it will let you search huge log files for text strings like "googlebot" or whatever you want, and it will only return those lines with "googlebot" in it, so you can see every single page that was requested, when, by what IP, etc.