X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tests%2Flocust%2FREADME.md;h=21f12f2dd863762ddca47218458b4c2575b6e847;hb=refs%2Fchanges%2F69%2F7569%2F2;hp=90ba3fb82a0dde31a08ac930f767423ba8676664;hpb=71c83e48bdee9e0c5930aeed0e86145080f4f0be;p=pti%2Fo2.git diff --git a/tests/locust/README.md b/tests/locust/README.md index 90ba3fb..21f12f2 100644 --- a/tests/locust/README.md +++ b/tests/locust/README.md @@ -27,7 +27,7 @@ locust -f ocloud.py --worker If you can use goreman to run [goreman](github.com/mattn/goreman), feel free to use it. ```bash -cat Procfile<< +cat <>Procfile ocloud: locust -f ocloud.py -H http://128.224.115.34:30205 --master ocloud_1: locust -f ocloud.py --worker ocloud_2: locust -f ocloud.py --worker @@ -36,7 +36,7 @@ ocloud_4: locust -f ocloud.py --worker ocloud_5: locust -f ocloud.py --worker ocloud_6: locust -f ocloud.py --worker ocloud_7: locust -f ocloud.py --worker ->>EOF +EOF ``` Run locust with 7 sub workers through goreman