Book Image

VMware vSphere 5.x Datacenter Design Cookbook

By : Hersey Cartwright
Book Image

VMware vSphere 5.x Datacenter Design Cookbook

By: Hersey Cartwright

Overview of this book

Table of Contents (19 chapters)
VMware vSphere 5.x Datacenter Design Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Determining storage performance requirements


Disk performance is measured in Input/Output per Second (IOPS). One disk read request or one disk write request is equal to one I/O.

How to do it...

The IOPS required to support an application is calculated based on the percentage of read I/O, the percentage of write I/O, and the write penalty of the RAID level the workload will be hosted on.

To calculate the IOPS requirements, perform the following steps:

  1. Determine the number of IOPS a workload requires.

  2. Identify the percentage of read I/O to write I/O for the workload.

  3. Determine the write penalty of the RAID level that will host the workload.

  4. Calculate the IOPS the storage must be capable of providing to support the workload.

How it works...

To get the total amount of required IOPS, multiply the number of workloads by the number of Functional Application IOPS.

Total IOPS = (100 current workloads + 25 future workloads) * 65 IOPS = 8125 IOPS

To calculate the Functional IOPS required for a specific workload...