SkillAgentSearch skills...

Gtop

CPU, GPU and memory viewer utilizing information provided by tegrastats

Install / Use

/learn @martinkersner/Gtop
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

Build Status

gtop

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

Description

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

<p align=center> <img src="http://i.imgur.com/oMHuVSX.png" align="center"/> </p>

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.

License

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

View on GitHub
GitHub Stars94
CategoryOperations
Updated3mo ago
Forks48

Languages

C++

Security Score

97/100

Audited on Dec 30, 2025

No findings