-
-
Notifications
You must be signed in to change notification settings - Fork 267
Home
Raffaello Bonghi edited this page Mar 28, 2020
·
18 revisions
This repository contain scripts to know the status of your NVIDIA Jetson without find the informations in your board.
This package install different scripts, services, and environment variables.
scripts:
- jtop - It is a system monitoring utility that runs on the terminal and see and control realtime the status of your NVIDIA Jetson. CPU, RAM, GPU status and frequency and other...
- jetson_config - the docker bridge for nvidia jetson board
- jetson_release - Show NVIDIA Jetpack, board details and information about your NVIDIA Jetson
- jetson_swap - Enable/Disble and show the swap status on your board
- DEPRECATED jetson_docker - Wrapper to run a docker container on your board
Services:
- jetson_stats_up - Fan manually control (if enabled)
-
jetson_performance - This service control
jetson_clocks
like a service
ENVs:
- jetson_variables - This script generate the easy environment variables to know which is your Hardware version of the Jetson and which Jetpack you have already installed
The installation is easy and don't require more commands (Require SUDO)
sudo -H pip install -U jetson-stats
If notice your package does not works well use jetson_config
To uninstall the jetson_stats
run. (Require SUDO)
jetson_config --uninstall
sudo -H pip uninstall -y jetson-stats
Developer and maintainer Raffaello Bonghi