Skip to content
/ gtop Public
forked from martinkersner/gtop

CPU, GPU and memory viewer utilizing information provided by tegrastats

License

Notifications You must be signed in to change notification settings

ghryou/gtop

 
 

Repository files navigation

gtop

Martin Kersner, m.kersner@gmail.com, 2017

Revision

Revised the gtop.cc for Jetson TX2 with JetPack 3.2 (p28.2)

Gilhyun Ryou, gilhyun.ryou@gmail.com, 2018

Description

gtop is CPU, GPU and memory viewer utilizing information provided by tegrastats (terminal utility for NVIDIA® JETSON embedded platform). It requires ncurses and its output resembles htop.

Prerequisites

sudo apt-get install libncurses5-dev libncursesw5-dev

Installation instruction

https://github.com/martinkersner/gtop.git
cd gtop
make
sudo ./gtop

It is recommended to create alias for gtop so it can be used from any directory. Add following line to your .bashrc file

alias gtop="sudo ./$PATH_TO_GTOP_DIRECTORY/gtop"

and don't forget to replace $PATH_TO_GTOP_DIRECTORY.

Or copy executable to /usr/local/bin

sudo cp ./gtop /usr/local/bin

License

GNU General Public License, version 3 (GPL-3.0)

About

CPU, GPU and memory viewer utilizing information provided by tegrastats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.3%
  • Shell 8.5%
  • Makefile 2.2%