firecracker-node
    Preparing search index...

    Interface RateLimiter

    Defines an IO rate limiter with independent bytes/s and ops/s limits. Limits are defined by configuring each of the bandwidth and ops token buckets. This field is optional for virtio-block config and should be omitted for vhost-user-block configuration.

    interface RateLimiter {
        bandwidth?: TokenBucket;
        ops?: TokenBucket;
    }
    Index

    Properties

    Properties

    bandwidth?: TokenBucket

    Bandwidth rate limiter

    Operations per second rate limiter