kemonine
/
lollipopcloud
Archived
1
0
Fork 0

added armbianmonitor for CPU temperature monitoring

This commit is contained in:
jmf 2018-10-19 14:55:06 -07:00
parent ca9879a348
commit 2ef14be743
2 changed files with 38 additions and 1 deletions

37
armbian/armbianmonitor.md Normal file
View File

@ -0,0 +1,37 @@
# ArmbianMonitor
A quick and easy way to monitor CPU temperatures. If you need or want something more comprehensive, try [Munin](monitoring.md).
You should not need to monitor your Lollipop's temperatures during ordinary use. However, if your device is operating in extreme conditions (very hot or cold weather, or in a small space without ventilation) and is behaving oddly, you may find these statistics helpful.
Optimal operating temperatures vary by board and CPU (central processing unit), with heat tending to cause more problems than cold. If your CPU is painful to touch, you may want to consider adding a heat sink and/or fan.
## To Install
`apt upgrade`
`apt install armbianmonitor`
## To Monitor
At the command prompt: `sudo armbianmonitor -m` for ongoing, real-time temperature readings. (When you've seen enough, enter `ctrl + C` to quit.)
### Typical Output
```
21:41:38: 1296MHz 0.15 2% 0% 0% 0% 0% 0% 57.5°C 0/9
21:41:43: 480MHz 0.14 1% 0% 0% 0% 0% 0% 55.7°C 0/9
21:41:49: 480MHz 0.13 2% 1% 0% 0% 0% 0% 56.7°C 0/9
21:41:54: 480MHz 0.12 2% 1% 0% 0% 0% 0% 55.2°C 0/9
21:41:59: 480MHz 0.11 2% 1% 0% 0% 0% 0% 56.4°C 0/9
21:42:04: 480MHz 0.10 5% 2% 2% 0% 0% 0% 54.8°C 0/9
21:42:09: 1296MHz 0.09 2% 1% 0% 0% 0% 0% 55.4°C 0/9
21:42:14: 480MHz 0.08 2% 1% 0% 0% 0% 0% 56.0°C 0/9
21:42:20: 1296MHz 0.08 2% 1% 0% 0% 0% 0% 55.3°C 0/9
21:42:25: 480MHz 0.07 1% 0% 0% 0% 0% 0% 55.2°C 0/9^C
```
## For More Information
- `sudo armbianmonitor` will provide a list of other monitoring features and options.
- source: https://forum.armbian.com/topic/904-how-to-check-temperature-of-orangepi-pc/
- [Raspberry Pi works well when submerged in liquid nitrogen](https://www.geek.com/chips/raspberry-pi-proven-to-be-stable-when-submerged-in-liquid-nitrogen-1555235/)

View File

@ -2,7 +2,7 @@
Track resource utilization over time.
**BE MINDFUL OF RUNNING THIS. IT CAN CAUSE PROBLEMS WITH DISK IOPS AND RAM USAGE. BEST ONLY USED IF NEEDED OR YOU'RE TROUBLESHOOTING.**
**BE MINDFUL OF RUNNING THIS. IT CAN CAUSE PROBLEMS WITH DISK IOPS AND RAM USAGE. BEST ONLY USED IF NEEDED OR YOU'RE TROUBLESHOOTING. If you would like to monitor CPU temperatures, we recommend installing [ArmbianMonitor](armbianmonitor.md).**
## cadvisor