Posted On June 12, 2021

Converting from IOPS to MB/s

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Converting from IOPS to MB/s
Conversion factors: from IOPS to MiB/s

Throughput is a function of Input/Output per second (IOPS) divided by (block size in bytes / 1024 bytes) x 64. Hence, larger block sizes will yield higher sustained data transfer.

clusterSize => multiplier
512 => 2048
1024 => 1024
4KiB => 256
8Kib => 128
16KiB => 64
23KiB => 32

Formulas
  • MBps = IOPS / (1048576/clusterSize) = (IOPS * 16) / clusterSize
  • IOPS = (1048576/clusterSize) * MBps = (MBps * clusterSize) / 16

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

A Short List of Windows Remote Desktop Server Error Messages

Log Messages: 'Failed GetConnectionProperty' in CUMRDPConnection::QueryProperty at 2884 err=[0x80004001]'Connection doesn't support logon error redirector' in…

Network Zones

Corporate Head-Quarter:DMZ: Extranet: VendorsWeb: Front-end Sites (a) Web (b) Application (c) DataPublic: Public, satellite VPN…

Example of a HipChat Server Installation

FQDN: hipchat.kimconnect.com Internal IP: 10.10.100.205 Public IP: 12.12.12.12   Firewall configurations: inbound TCP 443 inbound…