https://github.com/shaeberling/pistate
Command line interface to check the status of your Raspberry PI
https://github.com/shaeberling/pistate
golang-application raspberry-pi
Last synced: 2 months ago
JSON representation
Command line interface to check the status of your Raspberry PI
- Host: GitHub
- URL: https://github.com/shaeberling/pistate
- Owner: shaeberling
- License: apache-2.0
- Created: 2023-10-14T21:55:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T22:23:06.000Z (over 2 years ago)
- Last Synced: 2025-06-16T07:07:07.086Z (about 1 year ago)
- Topics: golang-application, raspberry-pi
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pistate

A simple tool to print the state of your Raspberry Pi.
Currently, only supports the throttled state of `vcgencmd`
Example:
```
$ ./pistate
┌─────────────────┬──────┬──────┐
│ CATEGORY │ CURR │ PAST │
├─────────────────┼──────┼──────┤
│ Under-voltage │ ⚠️ │ ⚠️ │
│ Arm freq capped │ ✔️ │ ✔️ │
│ Throttled │ ⚠️ │ ⚠️ │
│ Soft temp limit │ ✔️ │ ⚠️ │
└─────────────────┴──────┴──────┘
Throttled status [throttled=0xd0005]
```