Skip to content

aeyno/memtester-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

A cross-platform memory tester written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages