diff options
Diffstat (limited to 'build_external/scenarios/children-to-localhost/README.md')
-rw-r--r-- | build_external/scenarios/children-to-localhost/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build_external/scenarios/children-to-localhost/README.md b/build_external/scenarios/children-to-localhost/README.md deleted file mode 100644 index 7b7be665..00000000 --- a/build_external/scenarios/children-to-localhost/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Stream children to localhost - -1. Run `docker-compose up --scale=50` -2. Copy `parent_stream.conf` to the `stream.conf` of a local agent -3. Restart the local agent - -You'll have 50 child agents streaming to the parent agent that runs locally. - -Useful for easily stress testing, restarting, profiling, debugging, etc, a -locally-built agent during development. |