Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martinkersner/gtop
- Owner: martinkersner
- License: gpl-3.0
- Created: 2017-04-21T08:58:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T22:38:38.000Z (about 4 years ago)
- Last Synced: 2023-06-12T23:10:19.985Z (over 1 year ago)
- Topics: cpu-monitoring, gpu-monitoring, jetson, jetson-tk1, jetson-tx1, jetson-tx2, memory-monitoring, tegra, tegrastats
- Language: C++
- Homepage:
- Size: 74.2 KB
- Stars: 86
- Watchers: 6
- Forks: 47
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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)