tegratop

Crates.iotegratop
lib.rstegratop
version
sourcesrc
created_at2024-01-04 16:05:37.397554
updated_at2024-10-23 21:07:43.449637
descriptionTUI for monitoring Nvidia jetson boards
homepagehttps://github.com/pythops/tegratop
repositoryhttps://github.com/pythops/tegratop
max_upload_size
id1088790
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
BADR (pythops)

documentation

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

Commit count: 28

cargo fmt