[CalendarServer-changes] [7332] CalendarServer/trunk/contrib/performance/loadtest/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 20 09:44:54 PDT 2011


Revision: 7332
          http://trac.macosforge.org/projects/calendarserver/changeset/7332
Author:   exarkun at twistedmatrix.com
Date:     2011-04-20 09:44:54 -0700 (Wed, 20 Apr 2011)
Log Message:
-----------
Change the RequestLogger format string to indicate that times are in _seconds_ not _milliseconds_, because they are in seconds not milliseconds.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/ical.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-04-20 14:57:10 UTC (rev 7331)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-04-20 16:44:54 UTC (rev 7332)
@@ -670,7 +670,7 @@
 
 
 class RequestLogger(object):
-    format = u"%(user)s request %(code)s%(success)s%(lag)s[%(duration)0.2f ms] %(method)8s %(url)s"
+    format = u"%(user)s request %(code)s%(success)s%(lag)s[%(duration)5.2f s] %(method)8s %(url)s"
     lagFormat = u'{Lag %5.2f ms}'
     lagSpacer = u' ' * len(lagFormat % (1.0,))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110420/20b7604e/attachment.html>


More information about the calendarserver-changes mailing list