#memory #test #libmemtester

app memtester

A Rust utility to test memory

3 stable releases

1.0.2 Sep 15, 2022
1.0.1 Sep 13, 2022

#395 in #test

GPL-3.0 license

18KB
76 lines

Memtester-rs

pipeline

A Rust implementation of memtester to test the memory of a system. It uses the libmemtester crate.

💻 Installation

📦 From cargo

cargo install memtester

🔨 From source

git clone
cd memtester-rs
cargo install --path .

⌨ Usage examples

To test 1 GiB of memory:

memtester-rs 1G

To test 2 GiB of memory with 4 cycles:

memtester-rs 1G --cycles 4

📃 License

This project is licensed under the GPLv3 licence - see the LICENSE file for details

Dependencies

~5–7MB
~123K SLoC