Linux 内存测试工具memtester

Linux 内存测试工具memtester
原创作品,允许转载,转载时请务必以超链接形式标明文章  原始出处 、作者信息和本声明。否则将追究法律责任。 http://fengzhige.blog.51cto.com/3691377/1001633

 下载地址:http://pyropus.ca/software/memtester/  有源码安装包、deb包、rpm包等。

源码已经编译好,只要make一下就好了。

使用方法:

  
  
  1. Usage: memtester [-p physaddrbase] <mem>[B|K|M|G] [loops] 

如:

  
  
  1. memtester 28G 3 #测试28G的内存3次。

因为系统运行和本工具运行都需要内存,所以不能把所有的内存都测试到。可以先用free 命令查看系统剩余多少内存空间再测试。

高级点的可以用-p参数从内存地址开始测试。

 

memtester version 4.2.0 (64-bit)

Copyright (C) 2010 Charles Cazabon.

Licensed under the GNU General Public License version 2 (only).


pagesize is 4096

pagesizemask is 0xfffffffffffff000

want 28672MB (30064771072 bytes)

got  28672MB (30064771072 bytes), trying mlock ...locked.

Loop 1/3:

  Stuck Address       : testing   0memtester version 4.2.0 (64-bit)

Copyright (C) 2010 Charles Cazabon.

Licensed under the GNU General Public License version 2 (only).


pagesize is 4096

pagesizemask is 0xfffffffffffff000

want 28672MB (30064771072 bytes)

got  28672MB (30064771072 bytes), trying mlock ...locked.

Loop 1/3:

  Stuck Address       : ok         

  Random Value        : ok

  Compare XOR         : ok

  Compare SUB         : ok

  Compare MUL         : ok

  Compare DIV         : ok

  Compare OR          : ok

  Compare AND         : ok

  Sequential Increment: ok

  Solid Bits          : ok         

  Block Sequential    : ok         

  Checkerboard        : ok         

  Bit Spread          : ok         

  Bit Flip            : ok         

  Walking Ones        : ok         

  Walking Zeroes      : ok         

  8-bit Writes        : ok

  16-bit Writes       : ok

 

结果全部为OK则内存正常。

对于某些不需要的测试项目可以通过修改memtester.c文件,注释掉某些内容再重新make一下便可。如下:

 

struct test tests[] = {

    { "Random Value", test_random_value },

    { "Compare XOR", test_xor_comparison },

    { "Compare SUB", test_sub_comparison },

    { "Compare MUL", test_mul_comparison },

    { "Compare DIV",test_div_comparison },

    { "Compare OR", test_or_comparison },

    { "Compare AND", test_and_comparison },

/*    { "Sequential Increment", test_seqinc_comparison }, */

/*    { "Solid Bits", test_solidbits_comparison },

    { "Block Sequential", test_blockseq_comparison },

    { "Checkerboard", test_checkerboard_comparison },

    { "Bit Spread", test_bitspread_comparison },

    { "Bit Flip", test_bitflip_comparison },

    { "Walking Ones", test_walkbits1_comparison },

    { "Walking Zeroes", test_walkbits0_comparison },

#ifdef TEST_NARROW_WRITES    

    { "8-bit Writes", test_8bit_wide_random },

    { "16-bit Writes", test_16bit_wide_random },

#endif

*/

    { NULL, NULL }

};

 

 

本文出自 “枫之歌” 博客,请务必保留此出处http://fengzhige.blog.51cto.com/3691377/1001633

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值