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/two-dot-o-events Commit: 66b14681e20374af7d5d26655171807fc05bfb74 Parents: 11168ea Author: Shawn Feldman <[email protected]> Authored: Thu Nov 6 09:22:53 2014 -0700 Committer: Shawn Feldman <[email protected]> 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
