https://github.com/pierrekieffer/pitop
Raspberry Pi terminal based activity monitor
https://github.com/pierrekieffer/pitop
monitoring raspberry-pi terminal-based
Last synced: about 2 months ago
JSON representation
Raspberry Pi terminal based activity monitor
- Host: GitHub
- URL: https://github.com/pierrekieffer/pitop
- Owner: PierreKieffer
- License: bsd-2-clause
- Created: 2021-01-19T14:36:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T15:07:58.000Z (over 1 year ago)
- Last Synced: 2024-10-12T00:27:15.153Z (7 months ago)
- Topics: monitoring, raspberry-pi, terminal-based
- Language: Go
- Homepage:
- Size: 10.7 MB
- Stars: 231
- Watchers: 10
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pitop
**Raspberry Pi terminal based activity monitor**
---
Terminal based activity monitor in Go, for Raspberry Pi.
This is for RPI 4, it should work on RPI 3 (Update : It works on RPI 3).
## Install
**Note**: Prebuilt binaries for 32-bit and 64-bit operating systems, doesn't require Go.
### 32-bit
- Raspberry Pi OS 32-bit
- Raspian
- RetropPie Raspberry Pi 4/400```bash
curl -sSL https://raw.githubusercontent.com/PierreKieffer/pitop/master/install/install_pitop32.sh | bash
```
### 64-bit- Ubuntu server 20.04 LTS 64-bit for Raspberry Pi
```bash
curl -sSL https://raw.githubusercontent.com/PierreKieffer/pitop/master/install/install_pitop64.sh | bash
```## Run
```bash
pitop
```
## Built With- [gizak/termui](https://github.com/gizak/termui)
- [nsf/termbox](https://github.com/nsf/termbox-go)No external package is used for system data extraction and manipulation.
## License
BSD