Hi,
For some reason upload to mounted drive is limited to 5Mb/s.
My setup:
ls /vmfs/volumes/
311e72e2-4cae7b69-be37-66b745ef2970 59940e55-4c6c944c-9a3a-38d547ca552a ARCHIVE1 S-SSD2
59940661-89cae3f8-c5a9-38d547ca552a 5a078c6c-374971af-9907-38d547ca552a P-SSD1 b330efe4-9ff20e61-02e6-65cfcc9491b9
59940d62-f9eabb98-83fe-38d547ca552a 5a178628-1e3337e4-a519-38d547ca552a S-SSD1
As you can see from here I have 2 physical SSD and 1 HDD drives mounted to ESXI as storages.
ESXI itself installed to a USB stick.
ESXI version: 6.5.0 Update 1 (Build 6765664) - free license
I installed vertical backup to storage ARCHIVE1:
mkdir /vmfs/volumes/ARCHIVE1/verticalbackup
cd /vmfs/volumes/ARCHIVE1/verticalbackup
wget http://verticalbackup.com/esxi/vertical
chmod u+x vertical
initialized it:
./vertical init esxi /vmfs/volumes/ARCHIVE1/backups/
and started backup of vm-1 with thin provisioned 100GB HDD:
./vertical backup vm-1
The files of vm-1 are placed on SSD1, the backups folder is on ARCHIVE1. Physically these storages on the same machine. I’d expect quite fast speed but instead I see 5MB/s tops.
Uploading *****************-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 4.16MB/s 06:25:00 6.Uploading *****************-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 4.16MB/s 06:25:02 6.Uploading *****************-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 4.16MB/s
…and so on…
Here’s the result of the benchmark run:
./vertical benchmark
Vertical Backup 1.1.5
Test directory: /vmfs/volumes/59940d62-f9eabb98-83fe-38d547ca552a
Creating a 1,024M test file with random data
Write time: 10.439, speed: 98.097MB/s
Read time: 3.422, speed: 299.231MB/s
Creating another 1,024M test file with random data
Write time: 11.264, speed: 90.908MB/s
Read and hash time: 6.559, speed: 156.124MB/s
Storage set to /vmfs/volumes/ARCHIVE1/backups/
Upload time: 189.294, speed: 5.410MB/s
Download time: 56.614, speed: 18.087MB/s
ARCHIVE1 is not used by anything else except the backup tool. What’s wrong with it?