--read_speed=<speed>{kb|p}
The speed of reading the backups being validated. The parameter is used with the validate archive, validate backup, and validate vault commands.
The parameter is used if the backup location (the --loc parameter value) is one of the following:
The parameter defines the amount of the network connection bandwidth allocated for transferring the data. If the parameter is not specified, the software uses all the network bandwidth it can get when transferring the data.
For other location types, this parameter is ignored.
<speed> should be a positive number.
If the measurement unit is kb, the speed is measured in kilobytes per second. For the cloud storage, only the kb measurement unit is effective.
If the measurement unit is p or is not specified, the speed is measured in the percentage of the estimated maximum speed of the network connection or of the maximum I/O speed of the hard disk.
Examples:
--read_speed=500kb – the data reading speed will be 500 kilobytes per second
--read_speed=50p or --read_speed=50 – the data reading speed will be 50% of the estimated maximum speed.