summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-11-30 15:16:34 -0700
committerGitHub <noreply@github.com>2020-11-30 15:16:34 -0700
commit795e8a9d615f362f8dedd947ad6ad11d27b6c1db (patch)
treecf184d58b87ad161d4294e0998361295eee5967f /streaming
parentafd07313d0a10aff360529050b8a84a5d32d0f1d (diff)
Add guide: How to optimize Netdata's performance (#10271)
* Init guide * Working on guide * Finish first draft of performance guide * Retitle and fix links in other docs * Acutally add guide * Copyedit pass * Fixes for Amy
Diffstat (limited to 'streaming')
-rw-r--r--streaming/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/README.md b/streaming/README.md
index 11d25f431a..34d899c3da 100644
--- a/streaming/README.md
+++ b/streaming/README.md
@@ -36,7 +36,7 @@ Alarms for the child are served by the parent.
In this mode the child is just a plain data collector. It spawns all external plugins, but instead of maintaining a
local database and accepting dashboard requests, it streams all metrics to the parent. The memory footprint is reduced
significantly, to between 6 MiB and 40 MiB, depending on the enabled plugins. To reduce the memory usage as much as
-possible, refer to [running Netdata in embedded devices](/docs/Performance.md#running-netdata-in-embedded-devices).
+possible, refer to the [performance optimization guide](/docs/guides/configure/performance.md).
The same parent can collect data for any number of child nodes.