[xwiki-devs] Enabling/disabling monitoring
[XWiki Enterprise 2.0.3 on Windows XP] Hi, XWiki Enterprise\webapps\xwiki\WEB-INF\xwiki.cfg file contains the following lines: #-# Enable light monitoring of the wiki performance. Records various statistics, like number of requests processed, #-# time spent in rendering or in the database, medium time for a request, etc. Disable for a minor increase of #-# performance and a bit of memory. # xwiki.monitor=1 This is quite misleading because although xwiki.monitor=1 is commented out XWiki still monitor requests. To actully turn it off one has to put xwiki.monitor=0 I would vote to turn off monitoring if xwiki.monitor setting is not defined (i.e. is commented out). Kind regards Lukasz
On Nov 19, 2009, at 12:07 AM, Łukasz Skowroński wrote:
[XWiki Enterprise 2.0.3 on Windows XP]
Hi,
XWiki Enterprise\webapps\xwiki\WEB-INF\xwiki.cfg file contains the following lines:
#-# Enable light monitoring of the wiki performance. Records various statistics, like number of requests processed, #-# time spent in rendering or in the database, medium time for a request, etc. Disable for a minor increase of #-# performance and a bit of memory. # xwiki.monitor=1
This is quite misleading because although xwiki.monitor=1 is commented out XWiki still monitor requests. To actully turn it off one has to put xwiki.monitor=0
I would vote to turn off monitoring if xwiki.monitor setting is not defined (i.e. is commented out).
I completely agree. Could you create a jira issue for this? Thanks -Vincent
----- Original Message ----- From: "Vincent Massol"
On Nov 19, 2009, at 12:07 AM, Łukasz Skowroński wrote:
I would vote to turn off monitoring if xwiki.monitor setting is not defined (i.e. is commented out).
I completely agree. Could you create a jira issue for this?
Ok, issue created: http://jira.xwiki.org/jira/browse/XWIKI-4607. Vincent, thanks for polishing it, interestingly JIRA allowed me to ovewrite your changes without any warning (I was fixing syntax simultaneously). Kind regards Lukasz
On Nov 19, 2009, at 10:32 AM, Łukasz Skowroński wrote:
----- Original Message ----- From: "Vincent Massol"
On Nov 19, 2009, at 12:07 AM, Łukasz Skowroński wrote:
I would vote to turn off monitoring if xwiki.monitor setting is not defined (i.e. is commented out).
I completely agree. Could you create a jira issue for this?
Ok, issue created: http://jira.xwiki.org/jira/browse/XWIKI-4607.
Vincent, thanks for polishing it, interestingly JIRA allowed me to ovewrite your changes without any warning (I was fixing syntax simultaneously).
Yes jira doesn't seem to handle conflicts. Thanks -Vincent
participants (2)
-
Vincent Massol -
Łukasz Skowroński