I have 4 physical disks 7200 RPM HDD 1TB connected to PERC H710 Mini on a Dell Server, all disks are in RAID0 connected to a SAS/SATA interface. The NIC ports are all 1Gbps, and the LAN cable is CAT5e.
The SAN&NAS running as a VM with Physical Disk 2 which is then configured as iSCSI storage on the ESXi, and VMs stored on them.
Veeam is running on Windows Server on Physical Disk 3, so Veeam backs up VMs from Disk 3 to Disk 2 over a 1Gbps connection but the speed of backup does not go above 6MBps. Now 1Gbps throughput should give at the very least ~75 to 90MBps unless some other component in the network is the issue.
I have configured my network as

The physical switch is a Gigabit Switch as well.
Veeam Throughput -

I have read this [ veeam-backup-replication-f2/read-this-f ... tml#p95291 ] and it says :
"Source" is the source (production) storage disk reader component. The percent busy number for this component indicates percent of time that the source disk reader spent reading the data from the storage. For example, 99% busy means that the disk reader spent all of the time reading the data, because the following stages are always ready to accept more data for processing. This means that source data retrieval speed is the bottleneck for the whole data processing conveyor. As opposed to that, 1% busy means that source disk reader only spent 1% of time actually reading the data (because required data blocks were retrieved very fast), and did nothing the rest of the time, just waiting for the following stages to be able to accept more data for processing (which means that the bottleneck is elsewhere in the data processing conveyor).
All I could understand so far is that disk Read Speed is slow as its an HDD ?!
Thank You