[CalendarServer-changes] [8493] CalendarServer/trunk/contrib/performance/loadtest

source_changes at macosforge.org source_changes at macosforge.org
Sat Jan 7 19:28:54 PST 2012


Revision: 8493
          http://trac.macosforge.org/projects/calendarserver/changeset/8493
Author:   dre at apple.com
Date:     2012-01-07 19:28:50 -0800 (Sat, 07 Jan 2012)
Log Message:
-----------
Fix Inviter behavior of load sim; adjust sim defaults to something more appropraite for the increased workload

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

Modified: CalendarServer/trunk/contrib/performance/loadtest/config.plist
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/config.plist	2012-01-07 14:12:35 UTC (rev 8492)
+++ CalendarServer/trunk/contrib/performance/loadtest/config.plist	2012-01-08 03:28:50 UTC (rev 8493)
@@ -64,7 +64,7 @@
 			<dict>
 				<!-- groups gives the total number of groups of clients to introduce. -->
 				<key>groups</key>
-				<integer>99</integer>
+				<integer>20</integer>
 
 				<!-- groupSize is the number of clients in each group of clients. It's 
 					really only a "smooth" ramp up if this is pretty small. -->
@@ -241,7 +241,7 @@
 								<dict>
 									<!-- mean -->
 									<key>mu</key>
-									<integer>360</integer>
+									<integer>60</integer>
 									<!-- standard deviation -->
 									<key>sigma</key>
 									<integer>60</integer>

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2012-01-07 14:12:35 UTC (rev 8492)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2012-01-08 03:28:50 UTC (rev 8493)
@@ -729,6 +729,7 @@
                 vevent.mainComponent().addProperty(self._makeSelfOrganizer())
                 vevent.mainComponent().addProperty(self._makeSelfAttendee())
             attendees.append(attendee)
+            vevent.mainComponent().addProperty(attendee)
 
             # At last, upload the new event definition
             d = self._request(

Modified: CalendarServer/trunk/contrib/performance/loadtest/profiles.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/profiles.py	2012-01-07 14:12:35 UTC (rev 8492)
+++ CalendarServer/trunk/contrib/performance/loadtest/profiles.py	2012-01-08 03:28:50 UTC (rev 8493)
@@ -173,7 +173,7 @@
 
         attendee = Property(
             name=u'ATTENDEE',
-            value=uuid,
+            value=uuid.encode("utf-8"),
             params={
             'CN': record.commonName,
             'CUTYPE': 'INDIVIDUAL',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120107/b670aea9/attachment.html>


More information about the calendarserver-changes mailing list