Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Benchmarks for Flume sink multiport_syslogtcp

avatar
Super Collaborator

According to the documentation, the sink multiport_syslogtcp is faster than syslogtcp.

Has anybody some benchmarks that describe that? Please share your experience.

1 ACCEPTED SOLUTION

avatar

@Sourygna Luangsay. We used syslogtcp for our project. Which is struggling for between 500-1000 events / seconds. Looks like multiport_syslogtcp uses Apache Mina (https://mina.apache.org/) having High-performance asynchronous TCP library, which provides better throughput on multicore machines even when using single TCP port.

View solution in original post

1 REPLY 1

avatar

@Sourygna Luangsay. We used syslogtcp for our project. Which is struggling for between 500-1000 events / seconds. Looks like multiport_syslogtcp uses Apache Mina (https://mina.apache.org/) having High-performance asynchronous TCP library, which provides better throughput on multicore machines even when using single TCP port.