1

I have a system configured with telegraf + InfluxDB + Grafana in one machine.

Now i need to collect server metrics for ubuntu servers which is deployed in cloud and need to plot in grafana.

My question here is :

  1. Can i collect the metrics through telegraf itself ? if yes then do i need to install telegraf in all the cloud servers to pull the metrics ?

  2. Is there any other way to pull the metrics from aws cloud servers and store it in the central influxdb database ?

  3. Is it possible to perform it through any other plugins available in jmeter itself ?

Thanks In Advance for the valuable comments.

KK_3353
  • 11
  • 1

1 Answers1

0
  1. Yes you can and yes you need to install the telegraf agent on each server you want to monitor
  2. There are other ways of collecting server performance data:

  3. I'm not aware of any existing plugins, however you can come up with your own implementation of the AbstractBackendListenerClient which will be sending server-side performance metrics to InfluxDB
Dmitri T
  • 531
  • 2
  • 2