influxdata/telegraf

netstat to collect tcp connections per port

Open

#9,348 建立於 2021年6月9日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Go (4,161 fork)batch import
feature requesthelp wantedsize/m

倉庫指標

Star
 (9,892 star)
PR 合併指標
 (平均合併 2天 12小時) (30 天內合併 136 個 PR)

描述

Feature Request

Proposal:

I'd like to see implemented the netstat plugin to collect the connection states per port that the system/a service listens on, just like the TCPConns plugin of collectd

Current behavior:

The netstat plugin only gathers the amount of state types.

Desired behavior:

The netstat plugin gathers amount of state types per port.

Use case:

Currently we're using the collectd plugin to show us how much connections each of our dovecot backend nodes is handling. We'd like to replace this with Telegraf.

貢獻者指南