3个稳定版本
1.0.2 | 2022年9月15日 |
---|---|
1.0.1 | 2022年9月13日 |
#429 in #test
每月49次下载
18KB
76 行
Memtester-rs
A Rust实现memtester,用于测试系统的内存。它使用了libmemtester crate。
💻 安装
📦 从 cargo
cargo install memtester
🔨 从源代码
git clone
cd memtester-rs
cargo install --path .
⌨ 使用示例
测试1 GiB的内存
memtester-rs 1G
使用4个周期测试2 GiB的内存
memtester-rs 1G --cycles 4
📃 许可证
本项目采用GPLv3许可证 - 详细内容请参阅LICENSE文件
依赖项
~5–7MB
~125K SLoC