Metadata-Version: 2.1
Name: jetson-stats
Version: 1.7.2
Summary: Interactive system-monitor and process viewer for all NVIDIA Jetson [Nano, AGX Xavier, TX1, TX2]
Home-page: https://github.com/rbonghi/jetson_stats
Author: Raffaello Bonghi
Author-email: raffaello@rnext.it
License: MIT
Download-URL: https://github.com/rbonghi/jetson_stats/archive/master.zip
Project-URL: Source, https://github.com/rbonghi/jetson_stats/tree/master
Project-URL: How To, https://github.com/rbonghi/jetson_stats/tree/master/docs
Project-URL: Bug Reports, https://github.com/rbonghi/jetson_stats/issues
Project-URL: Examples, https://github.com/rbonghi/jetson_stats/tree/master/examples
Description: # Jetson stats [![Build Status](https://travis-ci.org/rbonghi/jetson_stats.svg?branch=master)](https://travis-ci.org/rbonghi/jetson_stats)
        **jetson-stats** is a package to **monitoring** and **control** your [NVIDIA Jetson][NVIDIA Jetson] [Nano, Xavier, TX2i, TX2, TX1] embedded board. When you install jetson-stats are included:
        * [jtop](#jtop)
        * [jetson-release](#jetson-release)
        * [jetson-docker](#jetson-docker)
        * [jetson_variables](#jetson_variables)
        
        Read the [Wiki](https://github.com/rbonghi/jetson_stat/wiki) for more detailed information
        
        ## Install
        
        ```elm
        sudo -H pip install jetson-stats
        ```
        **🚀 That's it! 🚀** 
        
        There are not require other information to use your jetson stats
        
        ## Update the jetson-stats version
        
        Now update your system monitor is easier then before.
        
        ```elm
        sudo -H pip install -U jetson-stats
        ```
        
        ## [**jtop**][jtop] 
        It is a system monitoring utility that runs on the terminal and see and **control** realtime the status of your [NVIDIA Jetson][NVIDIA Jetson]. CPU, RAM, GPU status and frequency and other...
        
        The prompt interface will be show like this image:
        ![jtop](https://github.com/rbonghi/jetson_stats/wiki/images/jtop.gif)
        
        You can run the jtop with (Suggested to run with **sudo**)
        ```elm
        sudo jtop
        ```
        Other options are availables with `-h` option:
        ```console
        nvidia@jetson-nano:~/$ sudo jtop -h
        usage: jtop [-h] [-r REFRESH] [--server] [-p PORT] [--debug] [--page PAGE]
        
        jtop is system monitoring utility that runs on the terminal
        
        optional arguments:
          -h, --help   show this help message and exit
          -r REFRESH   refresh interval
          --debug      Run with debug logger
          --page PAGE  Open fix page
        ```
        ### Controls
        To control the your NVIDIA Jetson are available this keyboard commands:
        * **a** Start/Stop jetson_clocks service (Note: jetson_clocks start only after 60s from up time)
        * **e** Enable/Disable jetson_clocks on board boot
        * **+** and **-** Increase and decrease the NVPmodel
        ### Pages
        **jtop** have four different pages to control your NVIDIA Jetson:
        1. **ALL** Are collected all information about your board: CPUs status, Memory, *GPU*, disk, fan and all status about jetson_clocks, NVPmodel and other
        2. **GPU** A real time GPU history about your NVIDIA Jetson
        3. **CTRL** You can control the status of you
        4. **INFO** 
        ## [**jetson-release**][jetson_release]
        The command show the status and all information about your [NVIDIA Jetson][NVIDIA Jetson]
        
        ![jtop](https://github.com/rbonghi/jetson_stats/wiki/images/jetso_release.png)
        ## [**jetson_variables**][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
        
        ![jtop](https://github.com/rbonghi/jetson_stats/wiki/images/jetson_env.png)
        ## [**jetson-docker**][jetson_docker]
        It is a bridge to use the NVIDIA core inside your doker container. This bridge share CUDA library, and all devices (nvmap and gpu)
        
        [jtop]: https://github.com/rbonghi/jetson_stats/wiki/jtop
        [jetson_variables]: https://github.com/rbonghi/jetson_stats/wiki/jetson_variables
        [jetson_release]: https://github.com/rbonghi/jetson_stats/wiki/jetson_release
        [jetson_performance]: https://github.com/rbonghi/jetson_stats/wiki/jetson_performance
        [jetson_docker]: https://github.com/rbonghi/jetson_stats/wiki/jetson_docker
        [NVIDIA]: https://www.nvidia.com/
        [NVIDIA Jetson]: http://www.nvidia.com/object/embedded-systems-dev-kits-modules.html
        
Keywords: jetson_stats jtop python system-monitor docker                nvidia Jetson Nano Xavier TX2 TX1 process viewer
Platform: linux
Platform: linux2
Platform: darwin
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Operating System
Classifier: Topic :: System :: Operating System Kernels
Classifier: Topic :: System :: Shells
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Terminals
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
