首先将万由UNAS5自动挂载USB硬盘。操作如下图示。
选择USB端口后确定添加。然后重启启动登陆。
前提条件要更改Debian系统更新服务器为美国Debian官方源。不然无法执行以下脚本。
您可以通过运行快速存储基准来确保一切正常运行(并且尽可能快地运行)。您可以使用以下单行代码运行基准测试:
sudo curl https://raw.githubusercontent.com/TheRemote/PiBenchmarks/master/Storage.sh | sudo bash
或者可以从以下链接下载测试脚本,链接如下:
https://github.com/TheRemote/PiBenchmarks
如果您想选择要测试的驱动器,还可以:
wget 电脑 https://raw.githubusercontent.com/TheRemote/PiBenchmarks/master/Storage.sh
chmod +x Storage.sh
sudo ./Storage.sh /path/to/storage
我们上传测试脚本后,可以在UNAS5执行以下脚本指令:
./Storage.sh /mnt/nas/data
获得测试结果分为1692,磁盘读取速率为127.74MB/s。
通过iozone测试,如下:
iozone(www.iozone.org)是一个文件系统的benchmark工具,可以测试不同的操作系统中文件系统的读写性能。
可以测试
Read, write, 电脑 re-read,re-write, read backwards, read strided, fread, fwrite, random read, pread,mmap, aio_read, aio_write
等等不同的模式下的硬盘的性能。
对比测试SSD磁盘,用以下指令执行。
./Storage.sh /mnt/nas/data
获得测试结果分为10889,磁盘读取速率为430.80MB/s。
其次将万由UNAS4自动挂载USB硬盘进行测试。
同样要更改Debian系统更新服务器为美国Debian官方源。不然无法执行以下脚本。
./Storage.sh /mnt/disk1
获得测试结果分为0,磁盘读取速率为137.91MB/s,写人速率为342MB/s,原因是iozone测试不通过。
UNAS5系统挂载USB硬盘存储基准测试中得分为 1692 。UNAS4系统挂载USB硬盘存储基准测试中iozone测试不通过,得分为 0。
标签: Linux, proxmox,u-nas5,Storage Benchmark,iozone
有兴趣详细了解参考iozone的使用与介绍
https://www.jianshu.com/p/faf82e400aa6
电脑 电脑