Statistics Pro - Introduction in Statistics Pro 6.2
Same filename and directory in other branches
The Statistics Pro module enhances the core Statistics module providing more information options. It provides the number of:
- new user registrations
- authenticated users that accessed the site
- created nodes
- changed nodes
- created comments
- page impressions
- page impressions for authenticated users
- errors
- errors presented to authenticated users
- warnings
- warnings presented to authenticated users
- alerts
- alerts presented to authenticated users
- critical conditions
- critical conditions presented to authenticated users
- emergencies
- emergencies presented to authenticated users
- per path aggregator data:
- number of accesses
- number of different sessions
- number of different machines
The above info is presented aggregated by one of the following periods:
- today
- yesterday
- current week
- last week
- week before last
- current month
- last month
- last 3 months
- last 6 months
- current quarter
- last quarter
- current year
- last year
- custom last X days
The information above can be viewed also per day with total value and trend except for path aggregated data.
It has Drush support.
File
help/introduction.htmlView source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Statistics Pro - Introduction</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <p>The Statistics Pro module enhances the core Statistics module providing more information options. It provides the number of:</p> <ul> <li>new user registrations</li> <li>authenticated users that accessed the site</li> <li>created nodes</li> <li>changed nodes</li> <li>created comments</li> <li>page impressions</li> <li>page impressions for authenticated users</li> <li>errors</li> <li>errors presented to authenticated users</li> <li>warnings</li> <li>warnings presented to authenticated users</li> <li>alerts</li> <li>alerts presented to authenticated users</li> <li>critical conditions</li> <li>critical conditions presented to authenticated users</li> <li>emergencies</li> <li>emergencies presented to authenticated users</li> <li>per path aggregator data: <ul> <li>number of accesses</li> <li>number of different sessions</li> <li>number of different machines</li> </ul> </li> </ul> <p>The above info is presented aggregated by one of the following periods:</p> <ul> <li>today</li> <li>yesterday</li> <li>current week</li> <li>last week</li> <li>week before last</li> <li>current month</li> <li>last month</li> <li>last 3 months</li> <li>last 6 months</li> <li>current quarter</li> <li>last quarter</li> <li>current year</li> <li>last year</li> <li>custom last X days</li> </ul> <p>The information above can be viewed also per day with total value and trend except for path aggregated data.</p> <p>It has <a href="http://drupal.org/project/drush">Drush</a> support.</p> </body> </html>