aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/stress_test/README.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-29 13:53:50 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-29 13:53:50 -0700
commit9557869e158d723ad7afd0b273fdcc414c036666 (patch)
tree15b9ee12245edd2fd7ec57a6ce01d16fd87892ec /tools/run_tests/stress_test/README.md
parentad46ecfebabe79fe1941c54e8e7e46bb0e909fa3 (diff)
parent447bab1553d6b872e9cd447919f1b3a1e21c9ad6 (diff)
Merge branch 'optionalize_roundrobin' into optionalize_census
Diffstat (limited to 'tools/run_tests/stress_test/README.md')
-rw-r--r--tools/run_tests/stress_test/README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/run_tests/stress_test/README.md b/tools/run_tests/stress_test/README.md
index 1a48e90c69..84f9719cb1 100644
--- a/tools/run_tests/stress_test/README.md
+++ b/tools/run_tests/stress_test/README.md
@@ -67,8 +67,10 @@ The script has several parameters and you can find out more details by using the
- `<grpc_root_dir>$ tools/run_tests/stress_test/run_stress_tests_on_gke.py --help`
> **Example**
-> `$ tools/run_tests/stress_test/run_stress_tests_on_gke.py --project_id=sree-gce --test_duration_secs=180 --num_clients=5`
+> ```bash
+> $ # Change to the grpc root directory
+> $ cd $GRPC_ROOT
+> $ tools/run_tests/stress_test/run_on_gke.py --project_id=sree-gce --config_file=tools/run_tests/stress_test/configs/opt.json
+> ```
-> Launches the 5 instances of stress test clients, 1 instance of stress test server and runs the test for 180 seconds. The test would be run on the default container cluster (that you have set in `gcloud`) in the project `sree-gce`.
-
-> Note: we currently do not have the ability to launch multiple instances of the server. This can be added very easily in future
+> The above runs the stress test on GKE under the project `sree-gce` in the default cluster (that you set by `gcloud` command earlier). The test settings (like number of client instances, servers, the parmeters to pass, test cases etc) are all loaded from the config file `$GRPC_ROOT/tools/run_tests/stress_test/opt.json`