stress-NG 磁盘测试结果


摘要

前几天分别还是用了redis-benchmark还有specjvm2008进行了多种系统的压测
得出了信创CPU的一些简单结论
但是一直还没有压测磁盘,
今天想着使用stress-NG压测一下不同架构的信创服务器的磁盘清空.
在网卡还没到打瓶颈之前:
理论上CPU+内存 基本上决定了应用的性能
CPU+内存+磁盘 基本上决定了数据库的性能.

测试脚本

git clone https://github.com/ColinIanKing/stress-ng.git
cd stress-ng
make
# 分别测试 1个文件和16个文件的IO性能.
./stress-ng --hdd 1 --hdd-bytes 1G --timeout 60s --metrics
./stress-ng --hdd 16 --hdd-bytes 1G --timeout 60s --metrics

测试结果

国产里面:
申威的表现最差.
飞腾表现比申威要好一点
海光的表现大概两倍于申威, 比飞腾稍好一点.但是写入性能稍差.
鲲鹏的表现应该是最好.约 3倍于海光. 加上部分其他设备
阿里倚天的表现最好,让人震惊
AMD的表现次之.
自己的Golden6150 表现比较拉胯. 多线程比较:
飞腾平均有所提升
海光下降明显
鲲鹏也有所下降 倚天竟然也有提升

详细测试结果-单文件部分

申威3231-SSD
stress-ng: info: [1263248] hdd 2671.98 MB/sec read rate (geometic mean of 1 instances)
stress-ng: info: [1263248] hdd 1144.99 MB/sec write rate (geometic mean of 1 instances)
stress-ng: info: [1263248] hdd 1599.91 MB/sec read/write combined rate (geometic mean of 1 instances) 飞腾2500-SSD
stress-ng: info: [1078496] hdd 2465.25 MB/sec read rate (geometic mean of 1 instances)
stress-ng: info: [1078496] hdd 3463.42 MB/sec write rate (geometic mean of 1 instances)
stress-ng: info: [1078496] hdd 2883.35 MB/sec read/write combined rate (geometic mean of 1 instances) 海光7285-SSD
stress-ng: info: [136378] hdd 4903.02 MB/sec read rate (geometic mean of 1 instances)
stress-ng: info: [136378] hdd 2511.59 MB/sec write rate (geometic mean of 1 instances)
stress-ng: info: [136378] hdd 3305.17 MB/sec read/write combined rate (geometic mean of 1 instances) 鲲鹏920-8块10KsasRAID5
stress-ng: info: [4139580] hdd 7560.02 MB/sec read rate (geometic mean of 1 instances)
stress-ng: info: [4139580] hdd 11776.34 MB/sec write rate (geometic mean of 1 instances)
stress-ng: info: [4139580] hdd 9227.77 MB/sec read/write combined rate (geometic mean of 1 instances) Golden6150物理机-12块SSD Raid10
stress-ng: info: [91568] hdd 5424.41 MB/sec read rate (geometic mean of 1 instances)
stress-ng: info: [91568] hdd 2106.92 MB/sec write rate (geometic mean of 1 instances)
stress-ng: info: [91568] hdd 3032.04 MB/sec read/write combined rate (geometic mean of 1 instances) 倚天710阿里云虚拟机-虚拟磁盘
stress-ng: info: [418093] hdd 12334.94 MB/sec read rate (geometic mean of 1 instances)
stress-ng: info: [418093] hdd 6219.66 MB/sec write rate (geometic mean of 1 instances)
stress-ng: info: [418093] hdd 8269.56 MB/sec read/write combined rate (geometic mean of 1 instances) AMD9T34阿里云虚拟机-虚拟磁盘
stress-ng: info: [835435] hdd 12397.80 MB/sec read rate (geometic mean of 1 instances)
stress-ng: info: [835435] hdd 3280.62 MB/sec write rate (geometic mean of 1 instances)
stress-ng: info: [835435] hdd 5188.34 MB/sec read/write combined rate (geometic mean of 1 instances)

详细测试结果-16文件部分

申威3231
stress-ng: info: [1263263] hdd 2561.30 MB/sec read rate (geometic mean of 16 instances)
stress-ng: info: [1263263] hdd 1126.14 MB/sec write rate (geometic mean of 16 instances)
stress-ng: info: [1263263] hdd 1563.94 MB/sec read/write combined rate (geometic mean of 16 instances) 飞腾2500
stress-ng: info: [1088354] hdd 3089.11 MB/sec read rate (geometic mean of 16 instances)
stress-ng: info: [1088354] hdd 4628.16 MB/sec write rate (geometic mean of 16 instances)
stress-ng: info: [1088354] hdd 3701.37 MB/sec read/write combined rate (geometic mean of 16 instances) 海光7285
stress-ng: info: [136410] hdd 1915.33 MB/sec read rate (geometic mean of 16 instances)
stress-ng: info: [136410] hdd 1089.78 MB/sec write rate (geometic mean of 16 instances)
stress-ng: info: [136410] hdd 1388.08 MB/sec read/write combined rate (geometic mean of 16 instances) 鲲鹏920
stress-ng: info: [4139622] hdd 6143.11 MB/sec read rate (geometic mean of 16 instances)
stress-ng: info: [4139622] hdd 11328.24 MB/sec write rate (geometic mean of 16 instances)
stress-ng: info: [4139622] hdd 7957.97 MB/sec read/write combined rate (geometic mean of 16 instances) Golden6150物理机
stress-ng: info: [96004] hdd 4175.60 MB/sec read rate (geometic mean of 16 instances)
stress-ng: info: [96004] hdd 2046.21 MB/sec write rate (geometic mean of 16 instances)
stress-ng: info: [96004] hdd 2745.81 MB/sec read/write combined rate (geometic mean of 16 instances) 倚天710阿里云虚拟机
stress-ng: info: [418112] hdd 12954.58 MB/sec read rate (geometic mean of 16 instances)
stress-ng: info: [418112] hdd 6169.51 MB/sec write rate (geometic mean of 16 instances)
stress-ng: info: [418112] hdd 8355.94 MB/sec read/write combined rate (geometic mean of 16 instances) AMD9T34阿里云虚拟机
stress-ng: info: [835447] hdd 8471.92 MB/sec read rate (geometic mean of 16 instances)
stress-ng: info: [835447] hdd 2423.52 MB/sec write rate (geometic mean of 16 instances)
stress-ng: info: [835447] hdd 3709.25 MB/sec read/write combined rate (geometic mean of 16 instances)

stress-NG 磁盘测试结果-全国产信创部分验证的更多相关文章

  1. 信创要求下,FTP要不要替代?要怎么进行国产化替代?

    信创在国内如火如荼地发展,无论在技术探索和突破上,还是在政策规划上,都朝着更加完善的方向大步迈进.信创目前在从大的方面来说,信创目前主要集中在基础软件.硬件和芯片上,其中基础软件包括操作系统.数据库. ...

  2. 使用stress进行压力测试

    本文转载自使用stress进行压力测试 导语 stress,顾名思义是一款压力测试工具.你可以用它来对系统CPU,内存,以及磁盘IO生成负载. 安装stress 几乎所有主流的linux发行版的软件仓 ...

  3. 广州市首批!Smartbi入库信创产品资源池,引领国产BI软件崛起

    为贯彻落实软件高质量发展战略,加快建设有影响力的信息技术创新(简称"信创")资源池,广州市工业和信息化局经征集申报.专家评审.现场考察等多个环节,发布了"广州市信息技术应 ...

  4. iPhone 6 被盗记录二【写在315前夕:苹果售后福州直信创邺在没有三包的情况下帮小偷翻新、助力小偷换机销赃!无视王法。让人震惊,痛心,憎恨!消费者很受伤很无奈】

    投诉公司: 北京直信创邺数码科技有限公司  标题: 写在315前夕:苹果售后在没有三包的情况下帮小偷翻新.助力小偷换机销赃!无视王法.让人震惊,痛心,憎恨!消费者很受伤很无奈 期望: 还我手机,或者赔 ...

  5. 前端测试框架Jest系列教程 -- Expect(验证)

    写在前面 在编写测试时,我们通常需要检查值是否满足某些条件,Jest中提供的expect允许你访问很多“Matchers”,这些“匹配器”允许您验证不同的东西. Expect 可以验证什么 Jest中 ...

  6. 使用ASP.NET Identity以手机短信实现双重验证

    这篇文章将展示怎么使用SMS短信启动双重验证 创建一个ASP.NET 5项目 一开始,使用Visual studio 2015创建一个新的ASP.NET Web应用程序: 在下一步中选择ASP.NET ...

  7. .NET 在信创常用软件适配清单之中?

    2020年8月份写了一篇文章<.NET Core也是国产化信息系统开发的重要选项>, 这又过去了大半年了,在信创领域发生了很大的变化,今天写这篇文章主要是想从信创常用软件适配清单 看一看. ...

  8. 信创国产化,试试 Solon v2.2.2

    Solon 是一个高效的 Java 应用开发框架:更快.更小.更简单.它不是 Spring.没有用 Servlet.也无关 JavaEE,是一个有自己接口标准的开放生态.可以为应用软件国产化提供支持, ...

  9. Solon v2.2.6 发布,助力信创国产化

    Solon 是一个高效的 Java 应用开发框架:更快.更小.更简单.它是一个有自己接口标准规范的开放生态,可为应用软件国产化提供支持,助力信创建设. 150来个生态插件,覆盖各种不同的应用开发场景: ...

  10. Solon v2.2.10 发布,助力信创国产化

    Solon 是一个高效的 Java 应用开发框架:更快.更小.更简单.它不是 Spring.没有使用 Servlet.JavaEE 接口,是一个有自己接口标准的开放生态.可以为应用软件国产化提供支持, ...

随机推荐

  1. LeetCode LRU缓存机制

    146. LRU缓存机制 运用你所掌握的数据结构,设计和实现一个 LRU (最近最少使用) 缓存机制.它应该支持以下操作: 获取数据 get 和 写入数据 put . 获取数据 get(key) - ...

  2. 企业研发治理转型利器:华为云发布流水线服务CodeArts Pipeline

    摘要:2月27日,华为云正式发布流水线服务CodeArts Pipeline,旨在提升编排体验,开放插件平台,以及提供标准化的DevOps企业治理模型,将华为公司内的优秀研发实践赋能给伙伴和客户. 本 ...

  3. 5大特性,带你认识化繁为简的华为云CodeArts Deploy

    摘要:2月27日,华为云发布持续部署服务CodeArts Deploy,通过模块化自由编排部署流程,实现软件的自动化部署,帮助企业软件产品的快速.高效.高质量交付. 本文分享自华为云社区<化繁为 ...

  4. SSL 证书变革之时已至,这些变化你都清楚吗?

    现代社会最离不开的是"安全",无论是生命.财产.数据还是其他任何事物都需要各种手段来保证安全,互联网自然也无法免俗.HTTP 协议作为无法加密数据,让所有通信数据都在网络中明文&q ...

  5. Java 中初始化 List 的五种方法

    1.构造 List 后使用 List.add 初始化 1 List<String> stringList = new LinkedList<>(); 2 stringList. ...

  6. Serverless实战——2分钟,教你用Serverless每天给女朋友自动发土味情话

    原文链接:https://developer.aliyun.com/article/981268 演示视频:https://developer.aliyun.com/live/249772 一.Ser ...

  7. vue Promise的使用

    一.Promise是什么? Promise是异步编程的一种解决方案. 二.那什么时候我们会来处理异步事件呢? 1. 一种很常见的场景应该就是网络请求了. 我们封装一个网络请求的函数,因为不能立即拿到结 ...

  8. webpack-小滴课堂学习笔记

    webpack简介 1.webpack是什么 简介:webpack其实就是一个JavaScript应用程序的静态模块打包器. 2.webpack有什么作用 模块化打包:webpack会将项目的资源文件 ...

  9. C#从字符创中分离文件路径、文件名及扩展名

    效果图 代码如下 private void btn_Openfile_Click(object sender, EventArgs e) { if (openFileDialog1.ShowDialo ...

  10. python常见面试题讲解(十二)句子逆序

    题目描述 将一个英文语句以单词为单位逆序排放.例如"I am a boy",逆序排放后为"boy a am I"所有单词之间用一个空格隔开,语句中除了英文字母外 ...