2 changed files with 59 additions and 3 deletions
@ -0,0 +1,56 @@ |
|||||
|
#fio Test für nextcloud Performance |
||||
|
[write_upload] |
||||
|
description=Simulierter Upload einer großen Datei durch einen Client |
||||
|
filename=./fio_testfile.dat |
||||
|
rw=write |
||||
|
bs=1M |
||||
|
size=1G |
||||
|
ioengine=libaio |
||||
|
direct=1 |
||||
|
numjobs=1 |
||||
|
iodepth=16 |
||||
|
write_bw_log=logs/write_upload |
||||
|
write_lat_log=logs/write_upload |
||||
|
write_iops_log=logs/write_upload |
||||
|
|
||||
|
|
||||
|
[read_single_client] |
||||
|
description=Ein Client lädt die Datei herunter |
||||
|
filename=./fio_testfile.dat |
||||
|
rw=read |
||||
|
bs=1M |
||||
|
ioengine=libaio |
||||
|
direct=1 |
||||
|
numjobs=1 |
||||
|
iodepth=16 |
||||
|
write_bw_log=logs/read_single_client |
||||
|
write_lat_log=logs/read_single_client |
||||
|
write_iops_log=logs/read_single_client |
||||
|
|
||||
|
[read_parallel_clients] |
||||
|
description=Mehrere Clients synchronisieren dieselbe Datei gleichzeitig |
||||
|
filename=./fio_testfile.dat |
||||
|
rw=read |
||||
|
bs=1M |
||||
|
ioengine=libaio |
||||
|
direct=1 |
||||
|
numjobs=3 |
||||
|
iodepth=16 |
||||
|
write_bw_log=logs/read_paralel_clients |
||||
|
write_lat_log=logs/read_paralel_clients |
||||
|
write_iops_log=logs/read_paralel_clients |
||||
|
|
||||
|
[rand_read_thumbs] |
||||
|
description=Galerie-/Thumbnail-Zugriffe mit kleinen Blöcken |
||||
|
filename=./fio_test_rand.dat |
||||
|
rw=randread |
||||
|
bs=128k |
||||
|
size=500M |
||||
|
ioengine=libaio |
||||
|
direct=1 |
||||
|
numjobs=2 |
||||
|
iodepth=8 |
||||
|
write_bw_log=logs/rand_read_thumbs |
||||
|
write_lat_log=logs/rand_read_thumbs |
||||
|
write_iops_log=logs/rand_read_thumbs |
||||
|
|
Loading…
Reference in new issue