Configure Bandwidth Limitations for a Replication Partner

Bandwidth limits are expressed in megabits per second (Mbps) or kilobits per second (Kbps). The default unit is Mbps.
NOTE: The following limitations apply to setting bandwidth limitations:
  • You cannot set bandwidth limitations on pool partners for synchronous replication.
  • If you set per-partner bandwidth throttling, you cannot set an overall bandwidth limit for all replications. You can limit bandwidth by using an overall policy or per-partner limits, not both.
Configure bandwidth limitations for a replication partner.
group --create_throttle [--description text] --days days --at time --until time --bandwidth limits

Creating a replication bandwidth limitation of 1000 MiB that runs on Monday, Wednesday and Friday, from 6:00 AM until 5:00 PM.

$ group --create_throttle --days Mon Wed Fri --at 06:00 --until 17:00 --bandwidth 1000Mps