Skip to content

[Performance] Improve Syslog Input Connection Performance #72

Description

@kaisecheng

This plugin creates a new thread to handle a new connection. This is not the best use of the resources, especially when there is a high number of connections, the CPU usage increases significantly.

beats-input uses Netty server to handle connection. Changing thread-based connections to NIO would be the right way to go.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions