Skip to content

Commit

Permalink
docs: update experiments.md (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk committed Jul 26, 2024
1 parent ff3a20f commit 239f6c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 239f6c7

Please sign in to comment.