Telegraf input plugin for bandwidh

HI, do we have any input plugin which can generate metrics for bandwidth usages based on clientIP:port and server port. in short on Linux servers, I am looking to see which clientIP:port and process was hitting my linux bandwidth.

similar as “iftop -p -i <interface>” linux command provide output

I don’t know if such plugin exists and I’m not a Linux user, but you can actually run a command and send the data to Telegraf using the exec plugin.
You will need to serialize the data before sending them to Telegraf (some string formatting should suffice)

yeah that is alternate but if we have similar plugin, it can generate better metrics

possibly inputs.net or or inputs.nstat. There’s others like snmp which might require special hardware.