当前位置:网站首页>dd命令测试华为鲲鹏&宏衫固态存储磁盘读写速度
dd命令测试华为鲲鹏&宏衫固态存储磁盘读写速度
2022-06-26 10:06:00 【二两重庆小面】
dd命令是Linux测试磁盘读写速率的一个方式,dd命令测试是个大概结果,因为产生的IO是连续IO,不是随机IO。
dd测试读
宏杉科技固态存储 raid6 :
1.测试写:测试多台直接写磁盘(不走缓存)
[email protected]-9:/dbdata# dd if=/dev/zero of=testdm bs=32k count=200000 oflag=direct
记录了200000+0 的读入
记录了200000+0 的写出
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
记录了200000+0 的读入
记录了200000+0 的写出
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
记录了200000+0 的读入
记录了200000+0 的写出
6553600000 bytes (6.6 GB, 6.1 GiB) copied, 141.924 s, 46.2 MB/s
dsync方式读
[email protected]:/dbdata# dd if=/dev/zero of=testdm1 bs=32k count=200000 oflag=dsync
记录了200000+0 的读入
记录了200000+0 的写出
6553600000 bytes (6.6 GB, 6.1 GiB) copied, 408.443 s, 16.0 MB/s
dsync宏杉固态存储上平均16MB/s左右 direct 45MB/s左右
2.走缓存读,测试此速率意义不大
[email protected]-8:/dbdata$ dd if=/dev/zero of=testdm1 bs=32k count=200000
记录了200000+0 的读入
记录了200000+0 的写出
6553600000 bytes (6.6 GB, 6.1 GiB) copied, 1.75271 s, 3.7 GB/s
华为鲲鹏本地盘raid6,22T大盘
1.测试写:测试多台
[email protected]:/data# dd if=/dev/zero of=testdm2 bs=32k count=100000 oflag=direct
记录了100000+0 的读入
记录了100000+0 的写出
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
记录了100000+0 的读入
记录了100000+0 的写出
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
记录了100000+0 的读入
记录了100000+0 的写出
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
记录了100000+0 的读入
记录了100000+0 的写出
3276800000 bytes (3.3 GB, 3.1 GiB) copied, 65.0521 s, 50.4 MB/s
dsync比direct慢三分之一左右
严重怀疑第一台是不是没有raid卡
实际情况所测
边栏推荐
- Pit record_ TreeSet custom sorting results in less data loss
- Unity使用SteamVRPlugin时如何不让其他Camera位置和旋转收到SteamVRPlugin控制
- 使用‘百家饭’自动生成API调用:JS部分进展(二)
- Sqli labs range 1-5
- Write data to local file
- MySQL seventh job - update data
- CentOS installs redis multi master multi slave cluster
- Developers, what is the microservice architecture?
- Matrix fast power notes
- Query online users and forced withdrawal users based on oauth2
猜你喜欢

Svn installation configuration

QT connection MySQL data query failed

JWT (SSO scheme) + three ways of identity authentication

MySQL 12th job - Application of stored procedure

Origin of b+ tree index

MySQL seventh job - update data

【深度学习理论】(6) 循环神经网络 RNN

ISO 26262之——2功能安全概念
![Installer MySQL sous Linux [détails]](/img/38/77be56c3ef3923ce4c4e5df4a96f41.png)
Installer MySQL sous Linux [détails]

OpenCV图像处理-灰度处理
随机推荐
Installing MySQL under Linux [details]
Expand and collapse too high div
[online simulation] Arduino uno PWM controls the speed of DC motor
sysbench基础介绍
Using baijiafan to automatically generate API calls: progress in JS (II)
QT connection MySQL data query failed
携程机票 App KMM 跨端 KV 存储库 MMKV-Kotlin | 开源
mysql性能監控和sql語句
Execute Lua script in redis
MySQL seventh job - update data
Consumer microservice Governance Center stepping on the pit
一键部署属于自己的社区论坛
開發者,微服務架構到底是什麼?
JWT (SSO scheme) + three ways of identity authentication
DataBinding使用与原理分析
Redis (IV) redis association table caching
Function run time
Based on Zeng Shen's explanation, the line segment tree is studied again one
JWT certification agreement -- I opened a Yihong hospital
【深度学习理论】(7) 长短时记忆网络 LSTM