Skip to content
Snippets Groups Projects
test.md 327 B
Newer Older
Antonio Falabella's avatar
Antonio Falabella committed
### Test
```
fio --name=randwrite --ioengine=libaio --iodepth=1 --rw=randwrite --bs=8m --direct=0 --size=8G --numjobs=200 --runtime=600 --group_reporting --direct=1
```
Antonio Falabella's avatar
Antonio Falabella committed
### Directories layout
```
getfattr -n ceph.dir.layout /mnt/ceph/
ceph.dir.layout="stripe_unit=4194304 stripe_count=1 object_size=4194304 pool=ceph_data"
```