From 239f6c706ac10630f85ef54044c0e3a6cb635eb4 Mon Sep 17 00:00:00 2001 From: mstopa-splunk <139441697+mstopa-splunk@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:56:12 +0200 Subject: [PATCH] docs: update experiments.md (#2539) --- docs/experiments.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/experiments.md b/docs/experiments.md index 4b7c03c1d6..ff83ea09ad 100644 --- a/docs/experiments.md +++ b/docs/experiments.md @@ -10,11 +10,9 @@ To use the eBPF feature, you must have a host machine with and OS that supports To learn more visit this [blog post.](https://www.syslog-ng.com/community/b/blog/posts/syslog-ng-4-2-extra-udp-performance) ### Parallelize (TCP) -Normally, SC4S processes incoming messages from a TCP connection in a single thread. While this works fine with many connections, it doesn't work efficiently when using a single or very few high-traffic connections. Using this feature allows SC4S to process log messages from a single high-traffic TCP connection in multiple threads, thus increasing processing performance on multi-core machines. +SC4S processes incoming messages from a TCP connection in a single thread. While this is adequate for many connections, it doesn't work efficiently when using a single or few high-traffic connections. This feature allows SC4S to process log messages from a single high-traffic TCP connection in multiple threads, which increases processing performance on multi-core machines. -See the [instruction](./configuration.md#parallelize) - -To learn more visit this [blog post.](https://www.syslog-ng.com/community/b/blog/posts/accelerating-single-tcp-connections-in-syslog-ng-parallelize) +To learn more, see the [Configuration documentation](./configuration.md#parallelize), as well as this [blog post](https://www.syslog-ng.com/community/b/blog/posts/accelerating-single-tcp-connections-in-syslog-ng-parallelize). ### SC4S Lite In the new 3.0.0 update, we've introduced SC4S Lite. SC4S Lite is designed for those who prefer speed and custom filters over the pre-set ones that come with the standard SC4S. It's similar to our default version, without the pre-defined filters and complex app_parser topics. More information can be found at [dedicated page.](./lite.md)