Skip to main content

IOPS vs Throughput (MBps)?

\text{IOPS} * \text{TransferSizeInBytes} = \text{BytesPerSec} (with the answer typically converted to MegabytesPerSec)

Some ballpark numbers:
DeviceTypeIOPSInterfaceNotes
7,200 rpm SATA drivesHDD~75-100 IOPS[2]SATA 3 Gb/s
10,000 rpm SATA drivesHDD~125-150 IOPS[2]SATA 3 Gbit/s
10,000 rpm SAS drivesHDD~140 IOPS [2]SAS
15,000 rpm SAS drivesHDD~175-210 IOPS [2]SAS


Solid State Devices ranges 60,000 to 400,000 IOPS depending the type of brand/model and connectivity (SATA cable (3g/6g), FC/InfiniBand, or PCIe). Info from - http://en.wikipedia.org/wiki/IOPS


As of Jul 2012, the SSD max throughput is still below 600MBps for SSD and 1GBps using PCIe technology. SATA cable can transfer max 6Gbps (or 768MBps - 6Gbps/6bit). With PCIe, this can double to 16Gbps (or 2048MBps). There is a need to seriously look into the storage design how the disk should be connected (SATA cable or PCIe) for optimum performance. Or else, you would buy an expensive SSD which will be underperformed due to the throughput. 


SSD - http://en.wikipedia.org/wiki/Solid-state_drive
SATA cable - http://en.wikipedia.org/wiki/Serial_ATA
Data unit conversion - http://en.wikipedia.org/wiki/Megabytes_per_second#Megabyte_per_second



Comments

Popular posts from this blog

Editing hosts file in iPhone/iPAD

You can now edit the hosts file with a jailbroken iPhone/iPad. Download the hosts file using tool like FileZilla. Default location is /etc/hosts. Download Notepad++ and edit the file. I've edit the file and convert it to ANSI under the Encoding menu. Once completed, upload the file back to the default location.  Try to ping the DNS... It should works!

Making your iphone to Wifi HotSpot?

Gotten this from a friend really solve my problem. MyWi can be downloaded from Cydia but of course you would probably need to pay it after the trial period.  There is other "cracked" MyWi which you would need to first jailbreak your iphone, and add additional source as follow:- 1. Open your Cydia 2. Goto Manage>Source>Edit>Add 3. Add http://sinfuliphonerepo.com Then, go to Search and look for MyWi (cracked version), download and install it! Tata... you got it working!

vSphere Replication - checking the replication status

Enable SSH on ESXi host (you can do this using vCenter) Download putty or any SSH client and log in with root access vim-cmd vmsvc/getallvms ~ # vim-cmd hbrsvc Commands available under hbrsvc/: vmreplica.abort vmreplica.pause vmreplica.create vmreplica.queryReplicationState vmreplica.disable vmreplica.reconfig vmreplica.diskDisable vmreplica.resume vmreplica.diskEnable vmreplica.startOfflineInstance vmreplica.enable vmreplica.stopOfflineInstance vmreplica.getConfig vmreplica.sync vmreplica.getState  See more at: http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html#sthash.mpqbyGmw.dpuf http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html