先看使用的io调度器是什么,SSD的话最好设置成none。 root@xxx-0010 ~ # cat /sys/block/nvme5n1/queue/scheduler [none] mq-deadline kyber 使用fio对nvme SSD和普通HDD做对比测试: 1、 4K random write fio -filename=/data12/fiotest/testfile -direct=1 -iodepth=4 -thread -rw=randwrite -ioengine=libaio