[CalendarServer-changes] [15331] CalendarServer/trunk/contrib/performance/loadtest/clients.plist

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 18 13:21:48 PST 2015


Revision: 15331
          http://trac.calendarserver.org//changeset/15331
Author:   sagen at apple.com
Date:     2015-11-18 13:21:48 -0800 (Wed, 18 Nov 2015)
Log Message:
-----------
Change distributions to match real world data

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/clients.plist

Modified: CalendarServer/trunk/contrib/performance/loadtest/clients.plist
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/clients.plist	2015-11-18 20:53:16 UTC (rev 15330)
+++ CalendarServer/trunk/contrib/performance/loadtest/clients.plist	2015-11-18 21:21:48 UTC (rev 15331)
@@ -323,16 +323,18 @@
 							<key>descriptionLengthDistribution</key>
 							<dict>
 								<key>type</key>
-								<string>contrib.performance.stats.NormalDistribution</string>
+								<string>contrib.performance.stats.LogNormalDistribution</string>
 								<key>params</key>
 								<dict>
-									<!-- mu gives the mean of the normal distribution (in seconds). -->
-									<key>mu</key>
-									<integer>5000</integer>
-
-									<!-- and sigma gives its standard deviation. -->
-									<key>sigma</key>
-									<integer>100</integer>
+									<!-- mode - peak-->
+									<key>mode</key>
+									<integer>1024</integer>
+									<!-- mean - average-->
+									<key>median</key>
+									<integer>20480</integer>
+									<!-- maximum -->
+									<key>maximum</key>
+									<real>1000000</real>
 								</dict>
 							</dict>
 
@@ -487,10 +489,10 @@
 								<dict>
 									<!-- mode - peak-->
 									<key>mode</key>
-									<integer>1</integer>
+									<integer>6</integer>
 									<!-- mean - average-->
 									<key>median</key>
-									<integer>6</integer>
+									<integer>8</integer>
 									<!-- maximum -->
 									<key>maximum</key>
 									<real>60</real>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151118/75e6c4e3/attachment.html>


More information about the calendarserver-changes mailing list