Hi, I noticed when backing up the machine that it takes an awfully long time so I did a disk benchmark.
I have the system on the nvme I am doing the test.
I don't think it's normal that this drive is so slow?
Read more
I have the system on the nvme I am doing the test.
I don't think it's normal that this drive is so slow?
Code:
root@pve:~# fio --ioengine=libaio --direct=1 --sync=1 --rw=read --bs=4K --numjobs=1 --iodepth=1 --runtime=60 --time_based --name seq_read --filename=/dev/nvme1n1
seq_read: (g=0): rw=read, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=1
fio-3.33...
Read more