Kindly help me what the list of data points AiKaan agent is collecting

Hi,

Kindly help me what the list of all the data points/parameters AiKaan agent is collecting including default logs and others. Also at what frequency?

Hi,
As the code base is under very active development, any list becomes outdated by latest releases. Under the hood, agent uses telegraf to collect the default metrics. So in the agent code, you may refer the telegraf.conf file to know more about the metrics and their sampling rate.

Thanks,
Pronoy

1 Like

Hi Siddharth,

As explained by Pronoy, it is flexible. However, the most common configuration will have the following data points.

Frequency of data collection every 180s [3 minutes]

Data collected:
a. System CPU load
b. System disk utilization
c. System memory utilization
d. System uptime and load
e. Packet counts on network interface
f. Docker container metrics
g. DNS response metrics to specific server
h. Ping response metrics to a specific server
i. Wireless interface metrics
j. Docker logs
k. A set of user-configured log files
l. A set of user-configured process metrics (like pid, memory, number of threads, CPU, data consumption [if android]

Thanks
C