工具:memtester
官方:http://pyropus.ca/software/memtester/

wget http://pyropus.ca/software/memtester/old-versions/memtester-4.3.0.tar.gz
tar -xzvf memtester-4.3.0.tar.gz
cd memtester-4.3.0
make && make install

参数介绍

 


         memtester [-p PHYSADDR] <MEMORY> [ITERATIONS]


         MEMORY 申请测试内存的数量,单位默认是megabytes(兆),也可以是B K M G


         ITERATIONS 测试的次数,默认是无限


memtester 2G 1
测试一次申请2G内存

官网:http://pyropus.ca/software/memtester/

参考:

https://www.cnblogs.com/trying/p/3584685.html

https://my.oschina.net/guol/blog/59993

 

相关文章:

  • 2021-11-30
  • 2021-11-30
  • 2022-01-17
  • 2022-12-23
  • 2021-05-04
  • 2021-04-04
  • 2021-07-23
猜你喜欢
  • 2021-09-15
  • 2021-12-29
  • 2021-09-13
  • 2021-06-07
  • 2021-11-30
  • 2021-10-29
相关资源
相似解决方案