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

时间:2024-03-31 13:28:09
【文件属性】:

文件名称:raspberry-pi-monitor:树莓派系统监控--CPU温度监控和内存使用监控

文件大小:673KB

文件格式:ZIP

更新时间:2024-03-31 13:28:09

系统开源

树莓派系统监控--CPU温度监控和内存使用情况监控 系列文章: 文章1: 文章2: 文章3: 准备 需要安装Python3,Flask,git,屏幕: 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 然后在浏览器中打开即可看到树莓派的监控: 效果如下: demo见


【文件预览】:
raspberry-pi-monitor-master
----.gitignore(1KB)
----README.md(1KB)
----main.sh(285B)
----demo.html(3.33MB)
----image.png(70KB)
----draw.py(2KB)
----static()
--------jquery.canvasjs.min.js(446KB)
--------canvasjs.min.js(446KB)
--------canvasjs.react.js(2KB)
----LICENSE(1KB)
----pi-monitor-mem.py(1KB)
----pi-monitor-cpu-temperature.py(1KB)
----templates()
--------mem.html(183B)
--------index.html(2KB)
--------cpu.html(182B)
----pi-monitor-flask.py(1KB)

网友评论