Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shamspias/pisystemstats
- Owner: shamspias
- Created: 2024-07-12T09:50:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T10:55:10.000Z (5 months ago)
- Last Synced: 2024-07-13T11:23:01.590Z (5 months ago)
- Topics: banana-pi, monitoring, monitoring-tool, observation, orangepi, orangepi5plus, rk3566, rk3588, rockchip, rpi-monitor
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```