ovh / svfs

The Swift Virtual File System
Other
375 stars 54 forks source link

Add rate limiting feature #108

Open ddorian opened 7 years ago

ddorian commented 7 years ago

I will use this project to make backups of a live db directly into ovh-cloud-storage. It would be great to have something like https://github.com/GoogleCloudPlatform/gcsfuse#rate-limiting so we don't saturate the bandwidth of the machine.

Makes sense ? Example in their code: https://github.com/GoogleCloudPlatform/gcsfuse/search?utf8=%E2%9C%93&q=EgressBandwidthLimitBytesPerSecond

xlucas commented 7 years ago

Hello,

This feature is on the roadmap, it has been implemented and its waiting for a code review.

This will come as a new option that expects an egress bandwith limit expressed in Mb/s.

Should be merged soon !