当前位置:网站首页>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
边栏推荐
- Vscode environment setup: synchronous configuration
- laravel 安装报错 Uncaught ReflectionException: Class view does not exist
- Notes - simple but adequate series_ KVM quick start
- AdaptiveAvgPool2D 不支持 onnx 导出,自定义一个类代替 AdaptiveAvgPool2D
- Server single and two-way adjustable one key mutual trust script!
- AIX basic operation record
- laravel 写原生SQL语句
- 最强swarm集群一键部署+氢弹级容器管理工具介绍
- SVN 安装配置
- [echart] i. how to learn echart and its characteristic document reading notes
猜你喜欢

OpenCV图像处理-灰度处理

Adaptiveavgpool2d does not support onnx export. Customize a class to replace adaptiveavgpool2d

Alibaba cloud OSS - object storage service (tool)

Basic MySQL

Which PHP open source works deserve attention

QT connection MySQL data query failed

Flutter and native communication (Part 1)

Swiftui development experience: data layer of application design for offline priority

matlab 编程实例: 如何统计元胞数组中元素的数量

机器学习深度神经网络——实验报告
随机推荐
Redis (IV) redis association table caching
机器学习SVM——实验报告
滑动窗口
Fabric. JS upper dash, middle dash (strikethrough), underline
Origin of b+ tree index
Unity使用SteamVRPlugin时如何不让其他Camera位置和旋转收到SteamVRPlugin控制
MySQL Performance Monitoring and SQL statements
LeetCode 710 黑名单中的随机数[随机数] HERODING的LeetCode之路
laravel 安装报错 Uncaught ReflectionException: Class view does not exist
Easyx----- C language implementation 2048
Cereals Mall - Distributed Advanced
【北邮果园微处理器设计】10 Serial Communication 串口通信笔记
Consumer microservice Governance Center stepping on the pit
laravel-admin 非自增ID获取, 及提交隐藏表单
matlab 编程实例: 如何统计元胞数组中元素的数量
互联网对抗神器之漏洞扫描与反渗透
laravel 使用 OSS时拼接 完整路径 及 laravel-admin 的多图片上传
Moore vote, leetcode169, leetcode229
ACK攻击是什么意思?ACK攻击怎么防御?
appliedzkp zkevm(8)中的Plookup Table