add notes on site

This commit is contained in:
2025-05-10 13:20:57 +03:00
parent 06187b3761
commit 40edadb98e
55 changed files with 3210 additions and 0 deletions
@@ -0,0 +1,13 @@
```
[fiotest]
rw=randwrite
name=fiotest
blocksize=4k
filename=/mnt/pve/test/write
size=100g
ioengine=libaio
iodepth=1
numjobs=1
runtime=60
direct=1
```
@@ -0,0 +1,13 @@
```
[fiotest]
rw=write
name=fiotest
blocksize=4k
filename=/mnt/pve/test/write
size=100g
ioengine=libaio
iodepth=1
numjobs=1
runtime=60
direct=1
```
@@ -0,0 +1,13 @@
```
[fiotest]
rw=write
name=fiotest
blocksize=8k
filename=/mnt/pve/test/write
size=100g
ioengine=libaio
iodepth=128
numjobs=1
runtime=60
direct=1
```