Linux 常用测试命令
刚拿到烫手的机器,当然先要跑一跑各种测试了。
基础信息查看
# Debian / Ubuntu
apt update -y && apt upgrade -y && apt install neofetch && neofetch
# Alpine
sudo apk update && sudo apk upgrade && sudo apk add neofetch && neofetchI/O 性能测试
curl -sL yabs.sh | bash
刚拿到烫手的机器,当然先要跑一跑各种测试了。
# Debian / Ubuntu
apt update -y && apt upgrade -y && apt install neofetch && neofetch
# Alpine
sudo apk update && sudo apk upgrade && sudo apk add neofetch && neofetchcurl -sL yabs.sh | bash