Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mityax/rpi-monitor
Easily monitor the temperature, core voltage and total voltage of a Raspberry Pi running linux in real time. No setup needed.
https://github.com/mityax/rpi-monitor
Last synced: about 1 month ago
JSON representation
Easily monitor the temperature, core voltage and total voltage of a Raspberry Pi running linux in real time. No setup needed.
- Host: GitHub
- URL: https://github.com/mityax/rpi-monitor
- Owner: mityax
- Created: 2020-05-03T19:48:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T20:37:56.000Z (over 4 years ago)
- Last Synced: 2024-10-15T15:22:58.341Z (3 months ago)
- Language: Python
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpi-monitor
This simple script monitors the cpu temperature, core voltage and total voltage of a Raspberry Pi and their averages in realtime.No setup is needed, just download the file and execute it like this:
```
$ python monitor.py
```The first time you start it, it will prompt you if it should automatically create an alias in .bashrc so you
can launch it by only typing
```
$ monitor
```
the next time.![Screenshot](https://raw.githubusercontent.com/mityax/rpi-monitor/master/Screenshot.png)
**Note:** The script should work on most linux systems with python installed (it's usually installed by default).
The .bashrc alias only works on systems using the bash as default shell. If your system doesn't (as for example LibreElec), you can create a bash alias manually. Just do a quick google search on how to do it.