????Memtester?????????????????????????????????????????32λ ??64λUnix-like??????????????????????????memtester?????λ??????????

????1. ???

??????????http://pyropus.ca/software/memtester/

???????memtester-4.2.2.tar.gz??????

#tar –zxvf memtester-4.2.2.tar.gz
#make
#make install

????2.????

????./memtester [-p physaddrbase] <mem>[B|K|M|G] [loops]

???????У?

????Physaddrbase?? ????????????????

????<mem>[B|K|M|G]???????????С??

????[loops]?????????

??????????

[root@RedHat memtester-4.2.2]# ./memtester -p 0x0a0000 4k 1
memtester version 4.2.2 (32-bit)
Copyright (C) 2010 Charles Cazabon.
Licensed under the GNU General Public License version 2 (only).
pagesize is 4096
pagesizemask is 0xfffff000
want 0MB (4096 bytes)
Loop 1/1:
Stuck Address       : testing   0FAILURE: possible bad address line at physical address 0x000a0000.
Skipping to next test...
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
Done.
[root@RedHat memtester-4.2.2]#