在做压力测试时,发现一个内存压测工具Memtester,可以随意设置内存占用大小,非常方便 下载地址:http://pyropus.ca/software/memtester/old-versions/ 1.安装方式: 2.使用方式: mem为 申请测试内存的数量,单位默认是megabytes(兆),也可以是B K M G loops 测试的次数,默认是无限(由于版本原因,参数说明可能有出入,但用法相同) 若不设置loop,将会无限进行循环,一直占用设置的内存大小,直到手动停止(ctrl+
1.下载memteste工具 官方:http://pyropus.ca/software/memtester/ wget http://pyropus.ca/software/memtester/old-versions/memtester-4.3.0.tar.gz 2.安装 tar xvf memtester-4.3.0.tar.gz cd memtester- make && make install 3.使用 后台执行命令:nohup memtester 2G > mem2.l
### https://github.com/stressapptest/stressapptest aarch64 To build from source, the build/installation package follows the GNU guidelines. So, to download the latest package: git clone https://github.com/stressapptest/stressapptest.gitcd stressappte