MCPcopy Index your code
hub / github.com/facebookincubator/below

github.com/facebookincubator/below @v0.11.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.11.0 ↗ · + Follow
1,861 symbols 4,952 edges 124 files 296 documented · 16% updated 1d agov0.11.0 · 2025-09-24★ 2,47124 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
<img width=300 src="https://github.com/facebookincubator/below/blob/main/img/below_logo_horizontal.png" align="center" alt="Below" />













<a href="https://matrix.to/#/#below:matrix.org">
  <img alt="Matrix chat" src="https://img.shields.io/matrix/below:matrix.org" />
</a>
<a href="https://github.com/facebookincubator/below/actions?query=workflow%3ACI+branch%3Amain+">
  <img alt="CI" src="https://github.com/facebookincubator/below/workflows/CI/badge.svg" />
</a>

below is an interactive tool to view and record historical system data. It has support for:

  • information regarding hardware resource utilization
  • viewing the cgroup hierarchy
  • cgroup and process information
  • pressure stall information (PSI)
  • record mode to record system data
  • replay mode to replay historical system data
  • live mode to view live system data
  • dump subcommand to report script-friendly information (eg JSON, CSV, OpenMetrics, etc.)
  • snapshot subcommand to create a replayable snapshot file of historical system data

below does not have support for cgroup1.

The name "below" stems from the fact that the below developers rejected many of atop's design and style decisions.

Demo

Installing

Fedora

below is packaged in Fedora as of Fedora 34, and can be installed with:

sudo dnf install below

Optionally, the systemd service for persistent data collection can also be enabled with:

sudo systemctl enable --now below

Alpine Linux

below is packaged in Alpine Linux - it's available in (upcoming) v3.17+ and Edge. It can be installed with:

sudo apk add below

Optionally, the OpenRC service for persistent data collection can also be enabled with:

sudo rc-service below start
sudo rc-update add below

Gentoo Linux

below is available in the sys-process/below package and can be installed with emerge:

sudo emerge sys-process/below

Installing from source

First, install dependencies listed in building.md.

$ cargo install below
$ below --help

For convenience, we also provide a Dockerfile and pre-built images on Docker Hub. See docker.md for how to use them.

Quickstart

Live view of system:

$ sudo below live

Run recording daemon:

$ sudo cp ~/.cargo/bin/below /bin/below  # if using cargo-install
$ sudo cp etc/below.service /etc/systemd/system
$ sudo systemctl daemon-reload
$ sudo systemctl start below

Replay historical data:

$ below replay -t "3m ago"

Integration with Prometheus/Grafana

below has basic support for Prometheus/Grafana through the dump interface.

See contrib/grafana/ for more details.

Comparison with alternative tools

See comparison.md for a feature comparison with alternative tools.

Contributing

See the CONTRIBUTING file for how to help out.

License

See LICENSE file.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 808
Method 590
Class 384
Enum 53
Interface 26

Languages

Rust98%
C1%
Python1%

Modules by API surface

below/btrfs/src/btrfs_api/open_source/btrfs_sys.rs407 symbols
below/ethtool/src/ethtool_sys.rs101 symbols
below/procfs/src/lib.rs60 symbols
below/cgroupfs/src/lib.rs60 symbols
below/store/src/lib.rs54 symbols
below/store/src/cursor.rs53 symbols
below/render/src/lib.rs48 symbols
below/procfs/src/test.rs48 symbols
below/cgroupfs/src/test.rs42 symbols
below/common/src/dateutil.rs37 symbols
below/model/src/lib.rs33 symbols
below/src/main.rs31 symbols

For agents

$ claude mcp add below \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page