zoukankan      html  css  js  c++  java
  • HDD ,SSD和PCIE SSD性能测试

      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
  • 相关阅读:
    codeforces 616E. Sum of Remainders 数学
    codeforces 620F. Xors on Segments
    codeforces 417D. Cunning Gena 状压dp
    bzoj 1934 : [Shoi2007]Vote 善意的投票 最小割
    codeforces 628F. Bear and Fair Set 网络流
    codeforces 626E. Simple Skewness 三分
    div嵌套,内层的margin-top会跑到外层
    测试用导航(为了方便在各个测试页面间进行跳转,只需将此js代码引入每个页面即可) V2.0
    ECS_8080端口连接拒绝问题排查
    京东技术架构(二)构建需求响应式亿级商品详情页
  • 原文地址:https://www.cnblogs.com/zping/p/10790557.html
Copyright © 2011-2022 走看看