Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shamspias/pisystemstats

Monitor real-time CPU, GPU, NPU usage, temperature, and power on Orange Pi with PiSystemStats.
https://github.com/shamspias/pisystemstats

banana-pi monitoring monitoring-tool observation orangepi orangepi5plus rk3566 rk3588 rockchip rpi-monitor

Last synced: 18 days ago
JSON representation

Monitor real-time CPU, GPU, NPU usage, temperature, and power on Orange Pi with PiSystemStats.

Awesome Lists containing this project

README

        

# PiSystemStats

PiSystemStats is a real-time system monitoring tool for devices like Raspberry Pi, Orange Pi, Banana Pi, and others using RK3588, and similar chipsets from Rockchip, Huawei, Qualcomm, etc. It efficiently tracks CPU, GPU, NPU usage, temperature, and power consumption.

## Getting Started

### Prerequisites

Ensure you have Python3 and pip installed:
```bash
sudo apt-get install python3 python3-pip
```

### Installation
Clone the repository and install required packages:
```bash
git clone https://github.com/yourusername/PiSystemStats.git
cd PiSystemStats
pip3 install -r requirements.txt
```

### Usage
Run the script from the command line:
```bash
python3 src/system_stats.py
```