TEGRATOP(1)
NAME
tegratop — 📊 A Comprehensive TUI monitoring tool for Nvidia jetson boards
SYNOPSIS
$
cargo install tegratopINFO
85 stars
7 forks
0 views
DESCRIPTION
📊 A Comprehensive TUI monitoring tool for Nvidia jetson boards
README
TUI for monitoring Nvidia jetson boards
🚀 Installation
📥 Binary release
You can download the pre-built binaries from the release page release page
📦 crates.io
You can install tegratop from crates.io
cargo install tegratop
⚒️ Build from source
To build from the source, you need Rust compiler and Cargo package manager.
On a Jetson board
Run the following command:
cargo build --release
This will produce an executable file at target/release/tegratop that you can copy to a directory in your $PATH.
Cross compilation
Make sure you have those dependencies installed:
then run the following command to build:
CROSS_CONTAINER_ENGINE=podman cross build --target=aarch64-unknown-linux-gnu --release
🪄 Usage
run tegratop with sudo to get full the stats, otherwise some information might not show
$ sudo tegratop
⚖️ License
GPLv3
SEE ALSO
pm2(1)— Node.js Production Process Manager with a built-in Load Balancer.bottom(1)— Yet another cross-platform graphical process/system monitorhtop(1)— An interactive process viewer for Unix systemsprocs(1)— A modern replacement for ps — human-readable process viewers-tui(1)— Terminal-based CPU stress and monitoring utility
clihub3/4/2026TEGRATOP(1)