Questions tagged [telegraf]

19 questions
0
votes
1 answer

Monitoring Byte Usage of Large MySQL InnoDB Buffer Pools?

I am trying to monitor the total number of used bytes in a MySQL 5.7 InnoDB Buffer Pool, that can go up to 100GB, using Innodb_buffer_pool_bytes_data but it seems that this status variable is a 32-bit unsigned integer when I query it, so it…
Vjz
  • 1
  • 2
0
votes
1 answer

Telegraf works manually but not the service - Run Telegraf in background

I have a virtual machine running on Ubuntu 20.04, I installed Telegraf, InfluxDB and Grafana for monitoring VMs and cluster's nodes. Everythings work except when I try to make telegraf working in background. The command to start manually Telegraf…
LuckyFr
  • 103
  • 1
  • 7
0
votes
1 answer

Telegraf Tail file that contains json data to Influx

How can I extract the json data into influx by tailing a file that has the JSON data? EG: My logs are like this: 2020-12-01T18:34:06+02:00 10.132.90.194 {"wfd_successful_hits_sec": "0", "sql_hits_sec_max": "0", "timestamp": "2020/12/01 18:34:01",…
sarvesh.lad
  • 137
  • 5
0
votes
1 answer

How to Linux get every IP address traffic on a single interface multi IP host

In my scenario, my host has an interface but it has multiple IP addresses. I want to get the traffic of every IP address.I want to get received and sent packets and bytes, and error packets. My interface is qg-6108c4a2-94@if209:…
PZY
  • 1
  • 1
1
2