Install latest/stable of kernstat

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install kernstat

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for kernstat

Package name

  • kernstat

License

  • GPL-3.0-or-later

Last updated

  • 2 June 2026 - latest/stable

Websites


Contact


Source code


Report a bug


Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

Lightweight Linux system statistics CLI

kernstat is a lightweight command-line tool for monitoring Linux system performance. It reads kernel statistics directly from the /proc and /sys interfaces, with no external monitoring daemons, subprocess calls, or third-party dependencies for data collection.

kernstat reports CPU usage, memory consumption, disk space and I/O, network throughput, and per-process statistics. Each command offers human-readable output for interactive use and structured JSON output for scripting, automation, and monitoring pipelines.

A live updating dashboard displays all key system metrics in a single refreshing view, and a TOML configuration file lets you set defaults such as the sampling interval and output format.

Available commands:

  • kernstat cpu: CPU usage percentage
  • kernstat memory: memory usage statistics
  • kernstat disk: disk space and I/O rates
  • kernstat network: network throughput
  • kernstat proc PID: per-process statistics
  • kernstat report: full system report
  • kernstat dashboard: live updating dashboard

kernstat runs under strict confinement and requires no additional interfaces. All functionality, including per-process inspection, works within the default snap sandbox. This makes it a safe, minimal footprint utility for servers, containers, and minimal Linux systems.


Install kernstat on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using kernstat