Saved Bookmarks
| 1. |
You Need To Provision San Storage With A Certain Iops. How Will You Find What Kind Of Disks You Need? |
Answer»
To calculate IOPS of a HARD disk drive: 1 IOPS = ————————————— (Average Latency) + (Average Seek Time) To calculate IOPS in a RAID: (TOTAL Workload IOPS * Percentage of workload that is read operations) + (Total Workload IOPS * Percentage of workload that is read operations * RAID IO Penalty) To calculate IOPS of a Hard disk drive: 1 IOPS = ————————————— (Average Latency) + (Average Seek Time) To calculate IOPS in a RAID: (Total Workload IOPS * Percentage of workload that is read operations) + (Total Workload IOPS * Percentage of workload that is read operations * RAID IO Penalty) |
|