gesong2077 / python_scripts

Useful python scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python_scripts

一些实用的树莓派测试用的python脚本。

stresstest

Linux压力测试工具,可用于树莓派超频后测试稳定性。

环境安装

sudo apt update
sudo apt upgrade -y
sudo apt install stress
sudo pip3 install pyyaml
sudo pip3 install psutil

运行

sudo python3 stresstest.py

About

Useful python scripts


Languages

Language:Python 100.0%