https://github.com/nkeramov/raspberry_pi_system_info
Simple web server that displays system information about Raspberry Pi
https://github.com/nkeramov/raspberry_pi_system_info
flask monitoring python raspberry-pi sysinfo
Last synced: over 1 year ago
JSON representation
Simple web server that displays system information about Raspberry Pi
- Host: GitHub
- URL: https://github.com/nkeramov/raspberry_pi_system_info
- Owner: Nkeramov
- License: mit
- Created: 2024-01-10T18:11:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T17:14:08.000Z (over 1 year ago)
- Last Synced: 2025-02-19T18:25:51.713Z (over 1 year ago)
- Topics: flask, monitoring, python, raspberry-pi, sysinfo
- Language: Python
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi system info
This project is a simple web server that displays system information about your Raspberry Pi.
The information includes the board model, hostname, OS details, CPU (type, architecture, revision, serial number, number of cores, frequency, voltage, temperature, usage), RAM (total, used, free, cache, available), network interfaces (ip, mac), mounted disks and processes running in the system.
Information about disks and processes is displayed in tables. You can sort the tables by clicking on the column in the header
The web server is based on Flask framework. By default the application will run on port 8080. It can be changed in env file.
Gunicorn is used to launch. Use run.sh to run project.