You are here

README.txt in Better Statistics 7

Same filename and directory in other branches
  1. 6 README.txt
-- SUMMARY --

This module augments Drupal Core's Statistics module by exposing additional
fields for inclusion in the Access Log and providing an API for other modules
to also collect arbitrary data.

This module requires the Statistics module be enabled and "Enable access log"
checked at admin/config/system/statistics.


-- FEATURES --

* Provides cache status, user-agent, and peak memory fields for the access log.
* Integrates additional fields with views (filtering, sorting, etc).
* Provides an API for other modules to collect arbitrary data in the access log.
* Additions to the core Statistics configuration page allowing users to
  customize which fields to enable for data collection.


-- INSTALLATION --

* Ensure that the core Statistics module is already enabled.
* Install and enable this module.
* Configure custom access log data collection at admin/config/system/statistics.

File

README.txt
View source
  1. -- SUMMARY --
  2. This module augments Drupal Core's Statistics module by exposing additional
  3. fields for inclusion in the Access Log and providing an API for other modules
  4. to also collect arbitrary data.
  5. This module requires the Statistics module be enabled and "Enable access log"
  6. checked at admin/config/system/statistics.
  7. -- FEATURES --
  8. * Provides cache status, user-agent, and peak memory fields for the access log.
  9. * Integrates additional fields with views (filtering, sorting, etc).
  10. * Provides an API for other modules to collect arbitrary data in the access log.
  11. * Additions to the core Statistics configuration page allowing users to
  12. customize which fields to enable for data collection.
  13. -- INSTALLATION --
  14. * Ensure that the core Statistics module is already enabled.
  15. * Install and enable this module.
  16. * Configure custom access log data collection at admin/config/system/statistics.