Skip to content

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

Notifications You must be signed in to change notification settings

shamspias/PiSystemStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages