[pLog-svn] r2966 - plog/trunk/config

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Feb 16 20:52:19 GMT 2006


Author: oscar
Date: 2006-02-16 20:52:19 +0000 (Thu, 16 Feb 2006)
New Revision: 2966

Modified:
   plog/trunk/config/logging.properties.php
Log:
added a definition of each one of the columns


Modified: plog/trunk/config/logging.properties.php
===================================================================
--- plog/trunk/config/logging.properties.php	2006-02-16 20:48:18 UTC (rev 2965)
+++ plog/trunk/config/logging.properties.php	2006-02-16 20:52:19 UTC (rev 2966)
@@ -43,8 +43,19 @@
   );
   
 #
-# special logger for metrics and performance statistics
+# special logger for metrics and performance statistics. This file is a CSV file and the
+# columns have the following meaning:
 #
+# memory usage
+# total execution time
+# number of included files
+# number of SQL queries executed
+# total number of cache queries
+# total number of cache hits
+# total number of cache misses
+# script being executed
+# URL being processed
+#
 $config["metricslog"] = Array(
     "layout" => "%m%n", 
     "appender" => "file",



More information about the pLog-svn mailing list