1、RK3588 stressapptest 安装
源码下载
git clone https://github.com/stressapptest/stressapptest.git
编译
1)、ubuntu本地使用:
cd stressapptest./configuremakesudo make install
2)、移植到arm平台开发板:
cd stressapptest./configure --target=arm-linux --host=arm-linux --prefix=安装路径 CC=交叉编译工具(xxx-gcc)makemake install
参考测试命令:stressapptest -s 600 -M 64 -m 8 -C 8 -W
参数说明:
-s: number of second to run the application 测试时间
-m: number of memory copy threads to run 复制线程数 (Memory Copy)
-i: number of memory invert threads to run 反转线程数 (Invert Copy)
-c: CRC check CRC校验 (Data Check)
-C: number of memory CPU stress threads to run CPU压力线程数
-M: Megabytes of ram to run 尽可能测试最大的可用存储空间,(设置超过了memfree,就会被kill)
一般直接运行stressapptest -s 600,其他均为默认值
2、ATLAS 模块streeapptest安装
确保模块网络已联通情况下可以使用
scp -r /TEST/streeapptest/ root@192.168.2.152:/home/Test/streeapptest文章来源:https://www.toymoban.com/news/detail-511221.html
通过网络传输完成后可按照3588使用方式使用即可文章来源地址https://www.toymoban.com/news/detail-511221.html
到了这里,关于RK3588 及ATLAS 板卡压力测试stressapptest的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!