Kernel Input Monitoring

Powerful performance with an easy integration, powered by Telegraf, the open source data connector built by InfluxData.

5B+

Telegraf downloads

#1

Time series database
Source: DB Engines

1B+

Downloads of InfluxDB

2,800+

Contributors

Table of Contents

Powerful Performance, Limitless Scale

Collect, organize, and act on massive volumes of high-velocity data. Any data is more valuable when you think of it as time series data. with InfluxDB, the #1 time series platform built to scale with Telegraf.

See Ways to Get Started

The /proc/stat file contains various pieces of information about kernel activity and the processes running on the system. This information will help you investigate the behavior of a running application to debug the kernel, or to find system performance bottlenecks.

Why use the Kernel Telegraf Plugin?

The Kernel Telegraf Input Plugin gathers kernel statistics from /proc/stat and stores them in your InfluxDB instance. Because the Kernel plugin gathers information about the kernel that isn't collected from other plugins, it is helpful when combined with other metrics you can collect from the CPU, Disk, and even the DiskIO Telegraf plugins to gain a comprehensive view of your stack.

How to monitor Kernel using the Telegraf Plugin

Collecting metrics with the Kernel Telegraf Plugin is simple; just install and start collecting the metrics in your InfluxDB instance. There are no special confirmations for this plugin.

Key Kernel metrics to use for monitoring

Some of the important Kernel metrics that you could use to proactively monitor your system include:

  • boot_time (integer, seconds since epoch, btime)
  • context_switches (integer, ctxt)
  • disk_pages_in (integer, page (0))
  • disk_pages_out (integer, page (1))
  • interrupts (integer, intr)
  • processes_forked (integer, processes)
  • entropy_avail (integer, entropy_available)
For more information, please check out the documentation.

Project URL   Documentation

Powerful Performance, Limitless Scale

Collect, organize, and act on massive volumes of high-velocity data. Any data is more valuable when you think of it as time series data. with InfluxDB, the #1 time series platform built to scale with Telegraf.

See Ways to Get Started

Related Integrations