Skip to content

๐Ÿ“Š TUI monitoring tool for Nvidia jetson boards

License

Notifications You must be signed in to change notification settings

pythops/tegratop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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