- 文章1:打造自己的树莓派监控系统1--CPU监控-matplotlib显示数据
- 文章2:打造自己的树莓派监控系统2--内存监控-matplotlib显示数据
- 文章3:打造自己的树莓派监控系统3--canvas.js绘制数据
需要安装Python3,Flask,git,screen:
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(加载有点慢)