summaryrefslogtreecommitdiffstats
path: root/build_external/scenarios/children-to-localhost/README.md
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-03-15 08:11:55 +0200
committerGitHub <noreply@github.com>2023-03-15 08:11:55 +0200
commitcca68b24db63114ce40e4acdf9b5404e110b3293 (patch)
treec4a555699598131bebcc10f9163e6d998020a174 /build_external/scenarios/children-to-localhost/README.md
parentb7b8f69e1cc9dbb9bad9cc293ee6db8194467e2b (diff)
New build_external scenario. (#14725)
Diffstat (limited to 'build_external/scenarios/children-to-localhost/README.md')
-rw-r--r--build_external/scenarios/children-to-localhost/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/build_external/scenarios/children-to-localhost/README.md b/build_external/scenarios/children-to-localhost/README.md
new file mode 100644
index 0000000000..7b7be665ac
--- /dev/null
+++ b/build_external/scenarios/children-to-localhost/README.md
@@ -0,0 +1,10 @@
+# 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.