0


RK3588 及ATLAS 板卡压力测试stressapptest

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

通过网络传输完成后可按照3588使用方式使用即可

标签: 压力测试

本文转载自: https://blog.csdn.net/yy_hear/article/details/131443134
版权归原作者 yy_hear 所有, 如有侵权,请联系我们删除。

“RK3588 及ATLAS 板卡压力测试stressapptest”的评论:

还没有评论