I have very strange feeling about my proxmox disk performace.
I did some test.
I have old Dell D620 server (dual Xeon, 8 core - 32 threads together, 96GB RAM, RAID H710, 2x250 Samsung Evo 860 disc in hardware raid-1)
I set on this server default CentOs 7.7 with ext4.
Then I made test using "sysbench" (https://github.com/akopytov/sysbench)
my command was:
sysbench --test=fileio --file-total-size=2G --file-test-mode=rndrw --max-time=300 --max-requests=0 run
After 5 minutes I have results:
Threads fairness:
events (avg/stddev): 13 000 000 (around 13 mlns)
Then I reinstall system to Proxmox 5 and made the same test:
Results are ALWAYS around 6 000 000 (6 milions).
I tried to use: ext4 or zfs (results was the same).
Why proxmox has 2 times WORSE I/O performance ?
My tests on Proxmox was not in kvm container but on pure Proxmox system. I think Proxmox or CentOS - the results should be fast the same ?
How to explain this performance difference ?
I did some test.
I have old Dell D620 server (dual Xeon, 8 core - 32 threads together, 96GB RAM, RAID H710, 2x250 Samsung Evo 860 disc in hardware raid-1)
I set on this server default CentOs 7.7 with ext4.
Then I made test using "sysbench" (https://github.com/akopytov/sysbench)
my command was:
sysbench --test=fileio --file-total-size=2G --file-test-mode=rndrw --max-time=300 --max-requests=0 run
After 5 minutes I have results:
Threads fairness:
events (avg/stddev): 13 000 000 (around 13 mlns)
Then I reinstall system to Proxmox 5 and made the same test:
Results are ALWAYS around 6 000 000 (6 milions).
I tried to use: ext4 or zfs (results was the same).
Why proxmox has 2 times WORSE I/O performance ?
My tests on Proxmox was not in kvm container but on pure Proxmox system. I think Proxmox or CentOS - the results should be fast the same ?
How to explain this performance difference ?