A Rust implementation of memtester to test the memory of a system. It uses the libmemtester crate.
cargo install memtestergit clone
cd memtester-rs
cargo install --path .To test 1 GiB of memory:
memtester-rs 1GTo test 2 GiB of memory with 4 cycles:
memtester-rs 1G --cycles 4This project is licensed under the GPLv3 licence - see the LICENSE file for details