Hi everyone,
I am running Proxmox VE at home to run a few "production" VMs such as DNS server, private Git repositories, etc on the following hardware:
I am observing poor I/O delay statistics (up to 50% under load) even with my light use cases. I assume this must be due to the low performance Western Digital Green disks and I am thinking to replace them with two 500 GB SSDs.
However, I want to make sure the disks are the bottleneck before buying. Can you please give your opinion on the following numbers?
Thanks
I am running Proxmox VE at home to run a few "production" VMs such as DNS server, private Git repositories, etc on the following hardware:
- Dell T110
- Intel Xeon E31220
- 16 GB RAM
- 2x 1 TB Western Digital Green in RAID1
I am observing poor I/O delay statistics (up to 50% under load) even with my light use cases. I assume this must be due to the low performance Western Digital Green disks and I am thinking to replace them with two 500 GB SSDs.
However, I want to make sure the disks are the bottleneck before buying. Can you please give your opinion on the following numbers?
Code:
# pveperf
CPU BOGOMIPS: 24745.20
REGEX/SECOND: 2010453
HD SIZE: 97.93 GB (/dev/mapper/pve-root)
BUFFERED READS: 42.17 MB/sec
AVERAGE SEEK TIME: 50.66 ms
FSYNCS/SECOND: 7.71
# pveperf /var/lib/vz
CPU BOGOMIPS: 24745.20
REGEX/SECOND: 1982673
HD SIZE: 294.29 GB (/dev/mapper/pve-local)
BUFFERED READS: 24.40 MB/sec
AVERAGE SEEK TIME: 35.41 ms
FSYNCS/SECOND: 17.45
Thanks