Skip to content

Instantly share code, notes, and snippets.

@gggeek
Created September 6, 2012 11:13
Show Gist options
  • Save gggeek/3654952 to your computer and use it in GitHub Desktop.
Save gggeek/3654952 to your computer and use it in GitHub Desktop.
5. logging db queries using ezperformancelogger
# in override/ezperformancelogger.ini.append.php
TrackVariables[]=accumulators/mysqli_query/count
TrackVariables[]=accumulators/mysqli_query
# in settings/override/site.ini.append.php
[DebugSettings]
DebugOutput=enabled
# rotating the csv trace file
cd /var/www/ezpublish4
php extension/ezperformancelogger/bin/php/rotateperflogs.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment