Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 702 Bytes

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:

sudo apt-get install python3 python3-pip

Installation

Clone the repository and install required packages:

git clone https://github.com/yourusername/PiSystemStats.git
cd PiSystemStats
pip3 install -r requirements.txt

Usage

Run the script from the command line:

python3 src/system_stats.py