当前位置:网站首页>DD command tests the read and write speed of Huawei Kunpeng & Hongshan solid state storage disk
DD command tests the read and write speed of Huawei Kunpeng & Hongshan solid state storage disk
2022-06-26 11:06:00 【Liang Chongqing noodles】
dd The order is Linux A way to test the disk read / write rate ,dd The command test is a rough result , Because of the IO It's continuous IO, It's not random IO.
dd Test reading
Hongshan technology solid state storage raid6 :
1. Write the test : Test multiple direct write disks ( Don't walk the cache )
[email protected]-9:/dbdata# dd if=/dev/zero of=testdm bs=32k count=200000 oflag=direct
Recorded 200000+0 Read in of
Recorded 200000+0 Write
6553600000 bytes (6.6 GB, 6.1 GiB) copied, 137.727 s, 47.6 MB/s
[email protected]-8:/dbdata$ dd if=/dev/zero of=testdm bs=32k count=200000 oflag=direct
Recorded 200000+0 Read in of
Recorded 200000+0 Write
6553600000 bytes (6.6 GB, 6.1 GiB) copied, 132.875 s, 49.3 MB/s
[email protected]-5:/dbdata# dd if=/dev/zero of=testdm bs=32k count=200000 oflag=direct
Recorded 200000+0 Read in of
Recorded 200000+0 Write
6553600000 bytes (6.6 GB, 6.1 GiB) copied, 141.924 s, 46.2 MB/s
dsync Mode reading
[email protected]:/dbdata# dd if=/dev/zero of=testdm1 bs=32k count=200000 oflag=dsync
Recorded 200000+0 Read in of
Recorded 200000+0 Write
6553600000 bytes (6.6 GB, 6.1 GiB) copied, 408.443 s, 16.0 MB/s
dsync Acer solid state storage on average 16MB/s about direct 45MB/s about
2. Walk cache read , Testing this rate makes little sense
[email protected]-8:/dbdata$ dd if=/dev/zero of=testdm1 bs=32k count=200000
Recorded 200000+0 Read in of
Recorded 200000+0 Write
6553600000 bytes (6.6 GB, 6.1 GiB) copied, 1.75271 s, 3.7 GB/s
Huawei Kunpeng local disk raid6,22T The broader market
1. Write the test : Test multiple
[email protected]:/data# dd if=/dev/zero of=testdm2 bs=32k count=100000 oflag=direct
Recorded 100000+0 Read in of
Recorded 100000+0 Write
3276800000 bytes (3.3 GB, 3.1 GiB) copied, 385.103 s, 8.5 MB/s
[email protected]-5:/data# dd if=/dev/zero of=testdm1 bs=32k count=100000 oflag=direct
Recorded 100000+0 Read in of
Recorded 100000+0 Write
3276800000 bytes (3.3 GB, 3.1 GiB) copied, 24.6786 s, 133 MB/s
[email protected]-9:/data# rm -rf test
[email protected]-9:/data# dd if=/dev/zero of=testdm bs=32k count=100000 oflag=direct
Recorded 100000+0 Read in of
Recorded 100000+0 Write
3276800000 bytes (3.3 GB, 3.1 GiB) copied, 21.5395 s, 152 MB/s
[email protected]-5:/data# dd if=/dev/zero of=testdm1 bs=32k count=100000 oflag=dsync
Recorded 100000+0 Read in of
Recorded 100000+0 Write
3276800000 bytes (3.3 GB, 3.1 GiB) copied, 65.0521 s, 50.4 MB/s
dsync Than direct About a third slower
I seriously doubt whether the first one doesn't have raid card
Measured by actual conditions
边栏推荐
- Win10 start FTP service and set login authentication
- Flutter and native communication (Part 1)
- [software project management] sorting out knowledge points for final review
- PC QQ大廳 上傳更新 修改versionInfo
- CentOS installs redis multi master multi slave cluster
- 10年程序员职业生涯感悟—写给正在迷茫的你
- consul微服务治理中心踩坑
- Jasperreports - print PDF (project tool)
- ISO 26262之——2功能安全概念
- SQL index learning notes
猜你喜欢

Code specification & explain in detail the functions and uses of husky, prettier, eslint and lint staged

How does unity prevent other camera positions and rotations from being controlled by steamvrplugin when using steamvrplugin
![[echart] II. User manual and configuration item reading notes](/img/03/fa87e5b8f8d23381ea6923d507f250.jpg)
[echart] II. User manual and configuration item reading notes

redux相关用法

Unity使用SteamVRPlugin时如何不让其他Camera位置和旋转收到SteamVRPlugin控制

PC QQ大厅 上传更新 修改versionInfo

Redis knowledge mind map

Sqli labs range 1-5
![[deep learning theory] (6) recurrent neural network RNN](/img/33/e270b08e7748a6e740eb618ed10c9a.gif)
[deep learning theory] (6) recurrent neural network RNN

JS take the date of the previous month 【 pit filling 】
随机推荐
(Typora图床)阿里云oss搭建图床+Picgo上传图片详细教程
02-Redis数据结构之链表
Moore vote, leetcode169, leetcode229
Oracle11g reports an error when starting the database ora-27154: post/wait create failed
机器学习聚类——实验报告
Using reflection to export entity data to excel
携程机票 App KMM 跨端 KV 存储库 MMKV-Kotlin | 开源
【软件项目管理】期末复习知识点整理
Fabric. JS upper dash, middle dash (strikethrough), underline
Adaptiveavgpool2d does not support onnx export. Customize a class to replace adaptiveavgpool2d
在Oracle中update大量数据会不会导致undo空间爆掉
laravel-admin隐藏按钮, 及设置按钮显示, 默认序列, form 表单的不可修改值
Getting started with postman
Sqli-labs靶场1-5
Linux下安装Mysql【详细】
Bit operation n & (n-1), leetcode231, interview question 05.06
【北邮果园微处理器设计】10 Serial Communication 串口通信笔记
Redis (IV) redis association table caching
[echart] i. how to learn echart and its characteristic document reading notes
redux相关用法