]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/client/iozone.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / client / iozone.sh
1 #!/usr/bin/env bash
2
3 set -e
4 name=`echo $0 | sed 's/\//_/g'`
5 mkdir $name
6 cd $name
7
8 iozone -c -e -s 1024M -r 16K -t 1 -F f1 -i 0 -i 1
9 iozone -c -e -s 1024M -r 1M -t 1 -F f2 -i 0 -i 1
10 iozone -c -e -s 10240M -r 1M -t 1 -F f3 -i 0 -i 1
11
12 cd ..