You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I've updated the proposed name rate-limiter -> io-rate-limiter since we target a simple IO-specific implementation limiting on bandwidth and iops, and not a generic rate-limiter crate.
Crate Name
io-rate-limiter
Short Description
A token bucket based rate limiter to enable inline rate limiting of device IO.
As an example see Firecracker implementation [1].
Why is this crate relevant to the rust-vmm project?
VMMs can make use of this crate to implement IO rate limiting for their emulated devices.
[1] https://github.com/firecracker-microvm/firecracker/tree/main/src/rate_limiter
The text was updated successfully, but these errors were encountered: