raspberry-pi-monitor icon indicating copy to clipboard operation
raspberry-pi-monitor copied to clipboard

树莓派系统监控--CPU温度监控和内存使用监控

树莓派系统监控--CPU温度监控和内存使用情况监控

系列文章:

准备

需要安装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(加载有点慢)