计算机稳定性测试
计算机稳定性测试¶
测试项目:
- CPU/IO压力测试stress(配合图形界面 s-tui 显示信息)
- 同时也可以测试电源稳定性
- GPU测试 glmark2
- 内存测试 https://memtest.org/
- 硬盘坏块测试 badblocks -v /dev/sda
- 硬盘信息
- 健康概览 smartctl -t short /dev/sda
- 快速检测 smartctl -l selftest /dev/sda
- 查看出错日志smartctl -l error /dev/sda