Home

Awesome

memoryTest

Hits Build and Release

内存测试模块 (Memory Test Module)

功能(Features)

注意:默认不自动安装sysbench组件,如需使用请自行安装后再使用本项目,如apt update && apt install sysbench -y

TODO

使用(Usage)

下载及安装

curl https://raw.githubusercontent.com/oneclickvirt/memoryTest/main/mt_install.sh -sSf | bash

使用

memorytest

./memorytest

进行测试

Usage: memorytest [options]
  -h    Show help information
  -l string
        Language parameter (en or zh)
  -log
        Enable logging
  -m string
        Specific Test Method (sysbench or dd)
  -v    show version

有环境依赖,Linux/Unix相关系统请确保本地至少安装有ddsysbench工具其中之一,更多架构请查看 https://github.com/oneclickvirt/memorytest/releases/tag/output

sysbench测试

图片

dd测试

图片

winsat测试

1716466171182

卸载

rm -rf /root/memorytest
rm -rf /usr/bin/memorytest

在Golang中使用

go get github.com/oneclickvirt/memorytest@latest