| Crates.io | below |
| lib.rs | below |
| version | 0.9.0 |
| created_at | 2020-11-07 00:52:33.126084+00 |
| updated_at | 2025-02-26 00:53:52.919834+00 |
| description | An interactive tool to view and record historical system data |
| homepage | |
| repository | https://github.com/facebookincubator/below |
| max_upload_size | |
| id | 309419 |
| size | 4,350,342 |
below is an interactive tool to view and record historical system data. It
has support for:
record mode to record system datareplay mode to replay historical system datalive mode to view live system datadump subcommand to report script-friendly information (eg JSON, CSV, OpenMetrics, etc.)snapshot subcommand to create a replayable snapshot file of historical system databelow 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.
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
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
below is available in the
sys-process/below
package and can be installed with emerge:
sudo emerge sys-process/below
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.
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"
below has basic support for Prometheus/Grafana through the dump interface.
See contrib/grafana/ for more details.
See comparison.md for a feature comparison with alternative tools.
See the CONTRIBUTING file for how to help out.
See LICENSE file.