Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martinkersner/gtop

CPU, GPU and memory viewer utilizing information provided by tegrastats
https://github.com/martinkersner/gtop

cpu-monitoring gpu-monitoring jetson jetson-tk1 jetson-tx1 jetson-tx2 memory-monitoring tegra tegrastats

Last synced: 15 days ago
JSON representation

CPU, GPU and memory viewer utilizing information provided by tegrastats

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/martinkersner/gtop.svg?branch=master)](https://travis-ci.org/marmtinkersner/gtop)

# gtop
Martin Kersner, , 2017

## Description
`gtop` is CPU, GPU and memory viewer utilizing information provided by `tegrastats` (terminal utility for [NVIDIA® JETSON](http://www.nvidia.com/object/embedded-systems-dev-kits-modules.html) embedded platform). It requires `ncurses` and its output resembles [`htop`](https://github.com/hishamhm/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`.

## License

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