influxdata/telegraf

netstat to collect tcp connections per port

Open

#9.348 geöffnet am 9. Juni 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (4.161 Forks)batch import
feature requesthelp wantedsize/m

Repository-Metriken

Stars
 (9.892 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 12h) (136 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide