This plugin gives you access to the same useful stats that the blog users at wordpress.com get. Stuff like number of times a page was accessed.
- Download the wp-stats plugin from wordpress from http://wordpress.org/extend/plugins/stats/
- unzip the file and cp stats.php to /<wordpresshome>/wp-content/plugins/.
- Edit the plugin and replace the line
$stats_wpcom_api_key = ”;
with
$stats_wpcom_api_key = ‘yourwordpressapikey’; (You can signup at wordpress.com to get you an API key)