s00500 / pitop

Raspberry Pi terminal based activity monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pitop

Raspberry Pi terminal based activity monitor


Yes I know there are plenty of solutions already available, but I wanted to build my own terminal based activity monitor in Go, for my 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
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
curl -sSL https://raw.githubusercontent.com/PierreKieffer/pitop/master/install/install_pitop64.sh | bash

Run

pitop

Built With

No external package is used for system data extraction and manipulation.

License

BSD

About

Raspberry Pi terminal based activity monitor

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 96.2%Language:Shell 3.8%