Skip to content

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

License

Notifications You must be signed in to change notification settings

last2win/raspberry-pi-monitor

Repository files navigation

树莓派系统监控--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(加载有点慢)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages