Sequential READ with FIO - Samsung EVO 860 SSD
root@proxmox-node-1.home.lan:~# fio --name TEST-Sequential-READ --eta-newline=5s --filename=/tmp/fio-tempfile.dat --rw=read --size=500m --io_size=10g --blocksize=1024k --ioengine=libaio --fsync=10000 --iodepth=32 --direct=1 --numjobs=1 --runtime=60 --group_reporting
TEST-Sequential-READ: (g=0): rw=read, bs=(R) 1024KiB-1024KiB, (W) 1024KiB-1024KiB, (T) 1024KiB-1024KiB, ioengine=libaio, iodepth=32
fio-3.12
Starting 1 process
TEST-Sequential-READ: Laying out IO file (1 file / 500MiB)
Jobs: 1 (f=1): [R(1)][66.7%][r=899MiB/s][r=898 IOPS][eta 00m:04s]
Jobs: 1 (f=1): [R(1)][100.0%][r=896MiB/s][r=896 IOPS][eta 00m:00s]
TEST-Sequential-READ: (groupid=0, jobs=1): err= 0: pid=18846: Fri Jun 26 10:12:49 2020
read: IOPS=902, BW=902MiB/s (946MB/s)(10.0GiB/11348msec)
Sequential WRITE with FIO - Samsung EVO 860 SSD
root@proxmox-node-1.home.lan:~# fio --name TEST-Sequential-WRITE --eta-newline=5s --filename=/tmp/fio-tempfile.dat --rw=write --size=500m --io_size=10g --blocksize=1024k --ioengine=libaio --fsync=10000 --iodepth=32 --direct=1 --numjobs=1 --runtime=60 --group_reporting
TEST-Sequential-WRITE: (g=0): rw=write, bs=(R) 1024KiB-1024KiB, (W) 1024KiB-1024KiB, (T) 1024KiB-1024KiB, ioengine=libaio, iodepth=32
fio-3.12
Starting 1 process
TEST-Sequential-WRITE: Laying out IO file (1 file / 500MiB)
Jobs: 1 (f=1): [W(1)][25.0%][w=380MiB/s][w=380 IOPS][eta 00m:21s]
Jobs: 1 (f=1): [W(1)][46.4%][w=380MiB/s][w=380 IOPS][eta 00m:15s]
Jobs: 1 (f=1): [W(1)][70.4%][w=384MiB/s][w=384 IOPS][eta 00m:08s]
Jobs: 1 (f=1): [W(1)][92.6%][w=364MiB/s][w=364 IOPS][eta 00m:02s]
Jobs: 1 (f=1): [W(1)][100.0%][w=359MiB/s][w=359 IOPS][eta 00m:00s]
TEST-Sequential-WRITE: (groupid=0, jobs=1): err= 0: pid=20147: Fri Jun 26 10:17:41 2020
write: IOPS=369, BW=369MiB/s (387MB/s)(10.0GiB/27726msec); 0 zone resets
Random READ with FIO - Samsung EVO 860 SSD
root@proxmox-node-1.home.lan:~# fio --name TEST-Random4k-READ --eta-newline=5s --filename=/tmp/fio-tempfile.dat --rw=randread --size=500m --io_size=10g --blocksize=4k --ioengine=libaio --fsync=1 --iodepth=1 --direct=1 --numjobs=1 --runtime=60 --group_reporting
TEST-Random4k-READ: (g=0): rw=randread, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=1
fio-3.12
Starting 1 process
TEST-Random4k-READ: Laying out IO file (1 file / 500MiB)
Jobs: 1 (f=1): [r(1)][13.1%][r=38.7MiB/s][r=9894 IOPS][eta 00m:53s]
Jobs: 1 (f=1): [r(1)][23.0%][r=37.3MiB/s][r=9546 IOPS][eta 00m:47s]
Jobs: 1 (f=1): [r(1)][32.8%][r=38.6MiB/s][r=9879 IOPS][eta 00m:41s]
Jobs: 1 (f=1): [r(1)][42.6%][r=38.6MiB/s][r=9880 IOPS][eta 00m:35s]
Jobs: 1 (f=1): [r(1)][52.5%][r=37.9MiB/s][r=9692 IOPS][eta 00m:29s]
Jobs: 1 (f=1): [r(1)][62.3%][r=38.6MiB/s][r=9883 IOPS][eta 00m:23s]
Jobs: 1 (f=1): [r(1)][72.1%][r=37.0MiB/s][r=9718 IOPS][eta 00m:17s]
Jobs: 1 (f=1): [r(1)][82.0%][r=38.6MiB/s][r=9875 IOPS][eta 00m:11s]
Jobs: 1 (f=1): [r(1)][91.8%][r=37.3MiB/s][r=9552 IOPS][eta 00m:05s]
Jobs: 1 (f=1): [r(1)][100.0%][r=38.6MiB/s][r=9879 IOPS][eta 00m:00s]
TEST-Random4k-READ: (groupid=0, jobs=1): err= 0: pid=20584: Fri Jun 26 10:19:58 2020
read: IOPS=9738, BW=38.0MiB/s (39.9MB/s)(2282MiB/60001msec)
Random WRITE with FIO - Samsung EVO 860 SSD
root@proxmox-node-1.home.lan:~# fio --name TEST-Random4k-WRITE-SYNC --eta-newline=5s --filename=/tmp/fio-tempfile.dat --rw=randrw --size=500m --io_size=10g --blocksize=4k --ioengine=libaio --fsync=1 --iodepth=1 --direct=1 --numjobs=1 --runtime=60 --group_reporting
TEST-Random4k-WRITE-SYNC: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=1
fio-3.12
Starting 1 process
TEST-Random4k-WRITE-SYNC: Laying out IO file (1 file / 500MiB)
Jobs: 1 (f=1): [m(1)][11.7%][r=508KiB/s,w=468KiB/s][r=127,w=117 IOPS][eta 00m:53s]
Jobs: 1 (f=1): [m(1)][21.7%][r=448KiB/s,w=492KiB/s][r=112,w=123 IOPS][eta 00m:47s]
Jobs: 1 (f=1): [m(1)][31.7%][r=468KiB/s,w=468KiB/s][r=117,w=117 IOPS][eta 00m:41s]
Jobs: 1 (f=1): [m(1)][41.7%][r=500KiB/s,w=436KiB/s][r=125,w=109 IOPS][eta 00m:35s]
Jobs: 1 (f=1): [m(1)][51.7%][r=460KiB/s,w=464KiB/s][r=115,w=116 IOPS][eta 00m:29s]
Jobs: 1 (f=1): [m(1)][61.7%][r=572KiB/s,w=468KiB/s][r=143,w=117 IOPS][eta 00m:23s]
Jobs: 1 (f=1): [m(1)][71.7%][r=452KiB/s,w=464KiB/s][r=113,w=116 IOPS][eta 00m:17s]
Jobs: 1 (f=1): [m(1)][81.7%][r=404KiB/s,w=508KiB/s][r=101,w=127 IOPS][eta 00m:11s]
Jobs: 1 (f=1): [m(1)][91.7%][r=472KiB/s,w=468KiB/s][r=118,w=117 IOPS][eta 00m:05s]
Jobs: 1 (f=1): [m(1)][100.0%][r=496KiB/s,w=496KiB/s][r=124,w=124 IOPS][eta 00m:00s]
TEST-Random4k-WRITE-SYNC: (groupid=0, jobs=1): err= 0: pid=21543: Fri Jun 26 10:23:30 2020
read: IOPS=118, BW=474KiB/s (486kB/s)(27.8MiB/60005msec)