Skip to content

How do we select the value for with_iops_counter for Throttle? #1022

Discussion options

You must be logged in to vote

Hi.

The value is based on the IOPS counting model of your storage vendor.

e.g.

  • If you are building the hybrid cache over your own disk, the PerIo counter is all you need.
  • If you are building the byhrid cache over AWS EBS gp3 (or other EBS instances), AWS counts the IOPS per 128KiB (IIRC), use PerIoSize(128 * 1024) as the counter will give a more accurate throttle result.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@debajyoti-truefoundry
Comment options

@MrCroxx
Comment options

@debajyoti-truefoundry
Comment options

@MrCroxx
Comment options

@debajyoti-truefoundry
Comment options

Answer selected by debajyoti-truefoundry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants