- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Benchmarks for Flume sink multiport_syslogtcp
- Labels:
-
Apache Flume
Created ‎11-11-2015 03:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According to the documentation, the sink multiport_syslogtcp is faster than syslogtcp.
Has anybody some benchmarks that describe that? Please share your experience.
Created ‎11-11-2015 04:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
Created ‎11-11-2015 04:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
