From 39303f25602b4648f024cfb72e8eb6104b64d91a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 30 May 2020 15:49:14 +0000 Subject: [PATCH] Update Commands --- arch-config/Dokumente/Commands | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/arch-config/Dokumente/Commands b/arch-config/Dokumente/Commands index d3841ab5..dd36d328 100644 --- a/arch-config/Dokumente/Commands +++ b/arch-config/Dokumente/Commands @@ -23,9 +23,15 @@ fio --output=fio-4K-randw.txt --name=random-write --ioengine=posixaio --rw=randw #16 parallel 64KiB random write processes fio --output=fio-64K-randw-x16.txt --name=random-write --ioengine=posixaio --rw=randwrite --bs=64k --size=256m --numjobs=16 --iodepth=16 --runtime=120 --time_based --end_fsync=1 -#Single 1MiB random write process +#Single 1MiB random write process (16gb file) fio --output=fio-1M-randw.txt --name=random-write --ioengine=posixaio --rw=randwrite --bs=1m --size=16g --numjobs=1 --iodepth=1 --runtime=120 --time_based --end_fsync=1 +#Single 1MiB random write process (32gb file, 5 min) +fio --output=fio-1M-randw-32gb.txt --name=random-write --ioengine=posixaio --rw=randwrite --bs=1m --size=32g --numjobs=1 --iodepth=1 --runtime=300 --time_based --end_fsync=1 + +#Single 1MiB random write process (64gb file, 10 min) +fio --output=fio-1M-randw-64gb.txt --name=random-write --ioengine=posixaio --rw=randwrite --bs=1m --size=64g --numjobs=1 --iodepth=1 --runtime=600 --time_based --end_fsync=1 + #smartctl test sudo smartctl -t @@ -51,3 +57,6 @@ watch sensors #analyze startup time systemd-analyze plot > detail[X].svg systemd-analyze blame > detail[X].txt + +#add kernel patch +patch -Np1 -i *file* \ No newline at end of file