Hi there
Currently I have some performance problems in VMs runnung on my ProxMox node.
Specs of the node:
- 1x Xeon E5-2620v4
- 64 GB RAM
- 4x 1TB WD Gold
- Software RAID 10
- Full Disk Encryption
- LVM Thin for VMs
On the host, I get around 200MB/s:
VMs get ~50 MB/s:
Caching is set to default. The HDD Cache seems to be off and cannot be enabled due to unknown reasons.
pveperf:
Any Ideas how I can improve the performance insde the VMs?
Thanks and best regards
Patrick
Currently I have some performance problems in VMs runnung on my ProxMox node.
Specs of the node:
- 1x Xeon E5-2620v4
- 64 GB RAM
- 4x 1TB WD Gold
- Software RAID 10
- Full Disk Encryption
- LVM Thin for VMs
On the host, I get around 200MB/s:
Code:
(zrh1)root@vms1:~# dd if=/dev/zero of=tempfile bs=1M count=1024 conv=fdatasync,notrunc
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.13808 s, 209 MB/s
VMs get ~50 MB/s:
Code:
(zrh1)root@mail:~# dd if=/dev/zero of=tempfile bs=1M count=1024 conv=fdatasync,notrunc
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 19.8337 s, 54.1 MB/s
Caching is set to default. The HDD Cache seems to be off and cannot be enabled due to unknown reasons.
Code:
(zrh1)root@vms1:~# hdparm -W /dev/sd[abcd]
/dev/sda:
write-caching = 0 (off)
/dev/sdb:
write-caching = 0 (off)
/dev/sdc:
write-caching = 0 (off)
/dev/sdd:
write-caching = 0 (off)
pveperf:
Code:
(zrh1)root@vms1:~# pveperf
CPU BOGOMIPS: 67200.16
REGEX/SECOND: 2140664
HD SIZE: 48.97 GB (/dev/mapper/vg0-host--root)
BUFFERED READS: 176.00 MB/sec
AVERAGE SEEK TIME: 10.77 ms
FSYNCS/SECOND: 43.43
DNS EXT: 59.73 ms
DNS INT: 10.34 ms (xyz)
Any Ideas how I can improve the performance insde the VMs?
Thanks and best regards
Patrick