【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】
v6.1.0
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
官方给出的磁盘iops测试命令如下,bs=32k
./fio -ioengine=psync -bs=32k -fdatasync=1 -thread -rw=randrw -percentage_random=100,0 -size=10G -filename=fio_randread_write_test.txt -name=‘fio mixed randread and sequential write test’ -iodepth=4 -runtime=60 -numjobs=4 -group_reporting --output-format=json --output=fio_randread_write_test.json
https://docs.pingcap.com/zh/tidb/stable/deploy-and-maintain-faq#如何用-fio-命令测试-tikv-实例的磁盘性能
想问下,tikv写数据日志和数据时,是按照32k这样一页写入的吗?tikv是使用的psync方式写?
了解这个的目的是更好的进行iops测试
谢谢
【资源配置】
【附件:截图/日志/监控】