Using Influx-stress, can we able to make the load through telegraf to influxDB?

Hi Team,

I am trying to use Influxstress (GitHub - influxdata/influx-stress: New tool for generating artificial load on InfluxDB) and able to conduct stress test directly into influxDB.

Now I have a requirement, to generate stress through telegraf, so we can able to get to know the performance of the the entire influx system.

I tried to use -telegraf plugin [[inputs.exec]], seems to be not feasible in this scenario.

If you have any idea regarding, how to proceed, please let me know.

Regards,
Mebin Thomas

You can use the influxdb_listener input plugin, it mirrors the API of InfluxDB.

1 Like