[WIP] operation commands collections (by quqi99)

作者:张华 发表于: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).txt

sudo sar -o 123-sar-$(hostname) -A 15

mkdir /tmp/123; for i in $(mount|grep /var/lib/ceph/osd/ceph-|awk "{print \$3}"|cut -d- -f2|sort -n|xargs); do P="123/123-01-$(date +%s)-$(hostname)-osd.$i"; sudo ceph daemon osd.$i perf dump > /tmp/$P-perf-dump.txt; su

你可能感兴趣的:(shell)