博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HDD ,SSD和PCIE SSD性能测试
阅读量:6435 次
发布时间:2019-06-23

本文共 2910 字,大约阅读时间需要 9 分钟。

  PCIE SSD  

* MB/s = 1,000,000 bytes/s [SATA/600 = 600,000,000 bytes/s]* KB = 1000 bytes, KiB = 1024 bytes   Sequential Read (Q= 32,T= 1) :  1474.351 MB/s  Sequential Write (Q= 32,T= 1) :  1546.222 MB/s  Random Read 4KiB (Q=  8,T= 8) :  1053.082 MB/s [ 257100.1 IOPS] Random Write 4KiB (Q=  8,T= 8) :  1152.151 MB/s [ 281286.9 IOPS]  Random Read 4KiB (Q= 32,T= 1) :   422.285 MB/s [ 103096.9 IOPS] Random Write 4KiB (Q= 32,T= 1) :   518.634 MB/s [ 126619.6 IOPS]  Random Read 4KiB (Q=  1,T= 1) :    49.687 MB/s [  12130.6 IOPS] Random Write 4KiB (Q=  1,T= 1) :   182.138 MB/s [  44467.3 IOPS]  Test : 1024 MiB [E: 40.4% (2410.9/5960.3 GiB)] (x5)  [Interval=5 sec]  Date : 2019/04/29 14:03:49    OS : Windows Server 2012 R2 Datacenter (Full installation) [6.3 Build 9600] (x64)
View Code

 SSD 

-----------------------------------------------------------------------CrystalDiskMark 6.0.0 x64 (C) 2007-2017 hiyohiyo                          Crystal Dew World : https://crystalmark.info/-----------------------------------------------------------------------* MB/s = 1,000,000 bytes/s [SATA/600 = 600,000,000 bytes/s]* KB = 1000 bytes, KiB = 1024 bytes   Sequential Read (Q= 32,T= 1) :  2683.599 MB/s  Sequential Write (Q= 32,T= 1) :  1048.143 MB/s  Random Read 4KiB (Q=  8,T= 8) :   456.042 MB/s [ 111338.4 IOPS] Random Write 4KiB (Q=  8,T= 8) :   117.436 MB/s [  28670.9 IOPS]  Random Read 4KiB (Q= 32,T= 1) :   433.235 MB/s [ 105770.3 IOPS] Random Write 4KiB (Q= 32,T= 1) :   116.545 MB/s [  28453.4 IOPS]  Random Read 4KiB (Q=  1,T= 1) :    48.357 MB/s [  11805.9 IOPS] Random Write 4KiB (Q=  1,T= 1) :    76.265 MB/s [  18619.4 IOPS]  Test : 1024 MiB [D: 0.7% (15.9/2233.7 GiB)] (x5)  [Interval=5 sec]  Date : 2019/04/29 14:35:35    OS : Windows Server 2012 R2 Datacenter (Full installation) [6.3 Build 9600] (x64)
View Code

 HHD 

-----------------------------------------------------------------------CrystalDiskMark 6.0.0 x64 (C) 2007-2017 hiyohiyo                          Crystal Dew World : https://crystalmark.info/-----------------------------------------------------------------------* MB/s = 1,000,000 bytes/s [SATA/600 = 600,000,000 bytes/s]* KB = 1000 bytes, KiB = 1024 bytes   Sequential Read (Q= 32,T= 1) :   457.083 MB/s  Sequential Write (Q= 32,T= 1) :   284.035 MB/s  Random Read 4KiB (Q=  8,T= 8) :    13.604 MB/s [   3321.3 IOPS] Random Write 4KiB (Q=  8,T= 8) :    20.515 MB/s [   5008.5 IOPS]  Random Read 4KiB (Q= 32,T= 1) :    11.781 MB/s [   2876.2 IOPS] Random Write 4KiB (Q= 32,T= 1) :    20.274 MB/s [   4949.7 IOPS]  Random Read 4KiB (Q=  1,T= 1) :     2.296 MB/s [    560.5 IOPS] Random Write 4KiB (Q=  1,T= 1) :    20.090 MB/s [   4904.8 IOPS]  Test : 1024 MiB [D: 43.0% (2404.1/5588.5 GiB)] (x5)  [Interval=5 sec]  Date : 2019/04/29 14:09:30    OS : Windows Server 2012 R2 Datacenter (Full installation) [6.3 Build 9600] (x64)
View Code

 

转载于:https://www.cnblogs.com/zping/p/10790557.html

你可能感兴趣的文章
(7)Java数据结构--集合map,set,list详解
查看>>
CSS(五):背景、列表、超链接伪类、鼠标形状控制属性
查看>>
关于迭代測试的一些思考
查看>>
Lua_第17 章 数学库
查看>>
『教程』Batch Normalization 层介绍
查看>>
Vue 2.3、2.4 知识点小结
查看>>
Linux bridge-utils tunctl 使用
查看>>
关于Unity中坐标系的种类
查看>>
智能提示
查看>>
JSP常见的三个编译指令
查看>>
EEPlat的元模型体系
查看>>
环信集成 2---基于环信Demo3.0,实现单聊功能
查看>>
Hadoop学习:Map/Reduce初探与小Demo实现
查看>>
【Lucene4.8教程之二】索引
查看>>
稍稍乱入的CNN,本文依然是学习周莫烦视频的笔记。
查看>>
数据归一化、标准化
查看>>
Java开发中JDBC连接数据库代码和步骤
查看>>
php验证码--图片
查看>>
Java代码质量监控工具Sonar安装
查看>>
SpringMVC中 -- @RequestMapping的作用及用法
查看>>