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.
Ensure you have Python3 and pip installed:
sudo apt-get install python3 python3-pip
Clone the repository and install required packages:
git clone https://github.com/yourusername/PiSystemStats.git
cd PiSystemStats
pip3 install -r requirements.txt
Run the script from the command line:
python3 src/system_stats.py