Language

Package: memtester @ 4.5.1

Synopsis

User-space memory subsystem tester

Description

Memtester stress-tests the memory subsystem of your operating system and computer. It repeatedly writes different patterns to all memory locations, reads them back again, and verifies whether the result is the same as what was written. This can help debug even intermittent and non-deterministic errors.

Memtester runs entirely in user space. This means that you don't need to reboot to test your memory, but also that it's not possible to test all of the RAM installed in the system.

It can also be told to test memory starting at a particular physical address.

Home page
http://pyropus.ca/software/memtester/
Location
gnu/packages/hardware.scm (line: 859, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/pwqrvwqsr11nqhcnjj43sg0gj6pip14z-memtester-4.5.1.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/lpbrx756qc49l2v2n4qzr8bkw5mw4cw5-memtester-4.5.1.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/dspm3f5ic035hckms7w7gbsgr7asfyg3-memtester-4.5.1.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/xdsgi87kdmpw3qv6igdxbaqrwpkikydy-memtester-4.5.1.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/01zyxmkqcblx6p3ir1fvvl4rky93klyr-memtester-4.5.1.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/71ckr5yqgzxcpbfmhkslyw3b52vldnsd-memtester-4.5.1.drv
x86_64-linuxi686-w64-mingw32/gnu/store/vy571gi2yv48fklv32pjskqisjljz2sr-memtester-4.5.1.drv
x86_64-linuxi586-pc-gnu/gnu/store/wyhrajfh61b5rc1iw99iik8jk4rjzapv-memtester-4.5.1.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/zy29ll3gjygbgsx0ymv991c7mis42jd6-memtester-4.5.1.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/dsnfidx74rqmchqqw8jqh5h536894m30-memtester-4.5.1.drv
riscv64-linux/gnu/store/5ss6wf525a26f7dpgv782ja3kf6ma3bx-memtester-4.5.1.drv
    powerpc-linux/gnu/store/slb6nqnky0zcps74smjrj4ya4ycrb42n-memtester-4.5.1.drv
      powerpc64le-linux/gnu/store/xswxr44lxgk8lnf589fx2caxxa98h9hj-memtester-4.5.1.drv
      mips64el-linux/gnu/store/lxdmyxar0gry1ilqz4ld1v6sral8finw-memtester-4.5.1.drv
        i686-linux/gnu/store/b376mghihhpq2p385iappzkin3cskg3c-memtester-4.5.1.drv
        i586-gnu/gnu/store/cb8a7r9315vz9lhg3bs2b2059v6njpa4-memtester-4.5.1.drv
        armhf-linux/gnu/store/7wc2f7687cgca23748g6pgqj8mqr26g0-memtester-4.5.1.drv
        aarch64-linux/gnu/store/v51icsnj50xjfs82lix23rlpc04hxlj5-memtester-4.5.1.drv

        Lint warnings

        LinterMessageLocation
        optional-tests

        Make sure tests are only run when requested

        the 'check' phase should respect #:tests?