作者:张华 发表于:2020-05-24
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明
time fio --ioengine=libaio --direct=1 --sync=1 --iodepth=128 --blocksize=4k --rw=randrw --filename=test1 --name=test1 --time_based --runtime=120 --size=16G 2>&1 | tee -a 123-may18-fio-4k-$(date +%s).txt
time fio --ioengine=libaio --direct=1 --sync=1 --iodepth=8 --blocksize=64k --rw=randrw --filename=test1 --name=test1 --time_based --runtime=120 --size=16G 2>&1 | tee -a 123-may18-fio-8-64k-$(date +%s).txt
time fio --ioengine=libaio --direct=1 --sync=1 --iodepth=128 --blocksize=64k --rw=randrw --filename=test1 --name=test1 --time_based --runtime=120 --size=16G 2>&1 | tee -a 123-may18-fio-64k-$(date +%s).txtsudo sar -o 123-sar-$(hostname) -A 15mkdir /tmp/123; for i in $(mount|grep /var/lib/ceph/osd/cep