update reamde

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

Branch: refs/heads/two-dot-o-events
Commit: b7579d0cbbb80fd22b8e9cabb6ded29d5431e3b8
Parents: 1589d04
Author: Shawn Feldman <[email protected]>
Authored: Thu Nov 6 10:09:19 2014 -0700
Committer: Shawn Feldman <[email protected]>
Committed: Thu Nov 6 10:09:19 2014 -0700

----------------------------------------------------------------------
 stack/loadtests/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b7579d0c/stack/loadtests/README.md
----------------------------------------------------------------------
diff --git a/stack/loadtests/README.md b/stack/loadtests/README.md
index 8206a90..6e7d66b 100644
--- a/stack/loadtests/README.md
+++ b/stack/loadtests/README.md
@@ -10,10 +10,10 @@ Gatling will run through mvn
 
        *Addional optional settings 
                
-       >-DpushNotifier={notifierName} -DpushProvider=noop
+       >-DpushNotifier={notifierName} -DpushProvider={noop_apns_or_gcm} 
-Dsimulation={simulationNameOrAll}
 
        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}
+       >mvn gatling:execute -Dthrottle=100 -Dduration=300 -Dorg=usergrid  
-Dapp=load -Dbaseurl=http://load.usergrid.com -DnumEntities=300 -DnumUsers=600 
-DrampTime=30 -DadminUser=usergrid -DadminPassword=test -Dsimulation=all
        
        Setting the rampTime => Injects a given number of users with a linear 
ramp over a given duration.
        

Reply via email to