update readme
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/f79b5e9a Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/f79b5e9a Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/f79b5e9a Branch: refs/heads/two-dot-o-events Commit: f79b5e9a7ddce7caa7424d0b8eee345ae6088d50 Parents: b7579d0 Author: Shawn Feldman <[email protected]> Authored: Thu Nov 6 10:10:45 2014 -0700 Committer: Shawn Feldman <[email protected]> Committed: Thu Nov 6 10:10:45 2014 -0700 ---------------------------------------------------------------------- stack/loadtests/README.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f79b5e9a/stack/loadtests/README.md ---------------------------------------------------------------------- diff --git a/stack/loadtests/README.md b/stack/loadtests/README.md index 6e7d66b..54f358b 100644 --- a/stack/loadtests/README.md +++ b/stack/loadtests/README.md @@ -16,6 +16,8 @@ Gatling will run through mvn >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. + + Values for simulation are 'all','connections' Also see http://gatling.io/docs/2.0.2/general/simulation_setup.html
