树莓派系统监控--CPU温度监控和内存使用监控
apt install python3 python3-pip python3-flask screen git
git clone https://github.com/zhang0peter/raspberry-pi-monitor.git
cd raspberry-pi-monitor/
screen -S raspberry-pi-monitor
bash main.sh
然后在浏览器中打开http://127.0.0.1:4000/即可看到树莓派的监控:
效果如下:
demo见demo.html(加载有点慢)