Forum Moderators: DixonJones
Most people ignore the "hits" number.
Seriously, among the "general public" there is a tendency to use the term "hit" as a vague term for a visit to a web site or page view. But as has been said, technically a hit is a request to the http server for a file, any file. While a page view is a request to the http server for a page (which may be an HTML page, or dynamically generated srcript result depending upon how you have your log file analysis software set).
Bear in mind that cached requests may never reach your log files, and log file statistics are really only useful in monitoring http server activity, rather than "web site" activity.
Matt
Bear in mind that cached requests may never reach your log files, and log file statistics are really only useful in monitoring http server activity, rather than "web site" activity.
The log file can be useful in determining how often you're being spidered, what pages are/aren't being fetched, etc., which has a bearing on one's placement in serps (assuming one cares about that).