Created
September 6, 2012 11:13
-
-
Save gggeek/3654952 to your computer and use it in GitHub Desktop.
5. logging db queries using ezperformancelogger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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