memtester

Crates.iomemtester
lib.rsmemtester
version1.0.2
sourcesrc
created_at2022-09-13 18:50:57.220002
updated_at2022-09-15 08:46:08.021766
descriptionA Rust utility to test memory.
homepage
repository
max_upload_size
id664856
size49,730
Tom Gouville (aeyno)

documentation

README

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

Commit count: 0

cargo fmt