3 unstable releases

0.2.1 Oct 23, 2024
0.2.0 May 22, 2024
0.1.0 Jan 4, 2024

#221 in Command-line interface

Download history 3/week @ 2024-09-09 3/week @ 2024-09-16 9/week @ 2024-09-23 12/week @ 2024-09-30 1/week @ 2024-10-07 147/week @ 2024-10-21 15/week @ 2024-10-28

162 downloads per month

GPL-3.0 license

110KB
2K SLoC

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

Dependencies

~10–21MB
~303K SLoC