redhat-performance / odf-grafana

Playbook and dashboards to help with ODF performance analysis
GNU General Public License v3.0
5 stars 11 forks source link

Add a blocksize calculation to the physical disk summary #2

Open pcuzner opened 2 years ago

pcuzner commented 2 years ago

AWS operates on a 16KB IO size - so when we write at or below this value the IO's sent to EBS align...but when the application is performing larger I/O - the actual IOP sent becomes a multiple of 16KB - so the IOPS limit could be hit before intended.