You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/11/11 00:21:37 UTC

[12/42] incubator-usergrid git commit: more documentation

more documentation


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/66b14681
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/66b14681
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/66b14681

Branch: refs/heads/es-type-updates
Commit: 66b14681e20374af7d5d26655171807fc05bfb74
Parents: 11168ea
Author: Shawn Feldman <sf...@apache.org>
Authored: Thu Nov 6 09:22:53 2014 -0700
Committer: Shawn Feldman <sf...@apache.org>
Committed: Thu Nov 6 09:22:53 2014 -0700

----------------------------------------------------------------------
 stack/loadtests/README.md | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/66b14681/stack/loadtests/README.md
----------------------------------------------------------------------
diff --git a/stack/loadtests/README.md b/stack/loadtests/README.md
index 18348c3..8206a90 100644
--- a/stack/loadtests/README.md
+++ b/stack/loadtests/README.md
@@ -1,19 +1,25 @@
 #Running
 Gatling will run through mvn
 
-execute mvn clean install
+1. execute mvn clean install
 
-execute mvn gatling:execute with these options
+1. execute mvn gatling:execute with these options
 
-*Required
-> -Dthrottle={maxReqsSec} -Dduration={durationInSecs} -Dorg={org}  -Dapp={appName} -Dbaseurl={uriNoProceedingSlash} -DnumEntities={numberOfEntitiesYouWantToCreateInteger} -DnumUsers={totalUsersInteger} -DrampTime={rampTimeIntegerSeconds} -DadminUser={username} -DadminPassword={pwd}
+	*Required
+	> -Dthrottle={maxReqsSec} -Dduration={durationInSecs} -Dorg={org}  -Dapp={appName} -Dbaseurl={uriNoProceedingSlash} -DnumEntities={numberOfEntitiesYouWantToCreateInteger} -DnumUsers={totalUsersInteger} -DrampTime={rampTimeIntegerSeconds} -DadminUser={username} -DadminPassword={pwd}
 
-*Addional optional settings 
+	*Addional optional settings 
+		
+	>-DpushNotifier={notifierName} -DpushProvider=noop
+
+	So running will look something like this
+	>mvn gatling:execute -Dthrottle=100 -Dduration={durationInSecs} -Dorg={org}  -Dapp={appName} -Dbaseurl={uriNoProceedingSlash} -DnumEntities={numberOfEntitiesYouWantToCreateInteger} -DnumUsers={totalUsersInteger} -DrampTime={rampTimeIntegerSeconds} -DadminUser={username} -DadminPassword={pwd}
+	
+	Setting the rampTime => Injects a given number of users with a linear ramp over a given duration.
 	
->-DpushNotifier={notifierName} -DpushProvider=noop
+	Also see http://gatling.io/docs/2.0.2/general/simulation_setup.html
 
-So running will look something like this
->mvn gatling:execute -Dthrottle={maxReqsSec} -Dduration={durationInSecs} -Dorg={org}  -Dapp={appName} -Dbaseurl={uriNoProceedingSlash} -DnumEntities={numberOfEntitiesYouWantToCreateInteger} -DnumUsers={totalUsersInteger} -DrampTime={rampTimeIntegerSeconds} -DadminUser={username} -DadminPassword={pwd}
+##Additional
 
 The simulation to run is configured in the pom.xml
 
@@ -27,3 +33,5 @@ The simulation to run is configured in the pom.xml
        </configuration>
 	</plugin>
 
+
+Additional docs can be found here http://gatling.io/docs/2.0.2/
\ No newline at end of file