Most people are familiar with the Russian Matryoshka nesting dolls. As you open each doll, it reveals another smaller one inside. Storage utilization has a parallel to these dolls: Each component in the chain of storage has its own method of capturing metrics and making improvements.
If you focus only on host utilization, you could miss wasted space on the array. Furthermore, you can compound waste by inflating projections for growth or buffer space. Put all of these wasteful practices together, and you can wind up with less than 20% of actual utilization, and think you're doing fine.
Measuring utilization should be simple: Divide the amount of storage used by the amount available for use, and you have your utilization percentage. But obtaining these metrics can prove tricky, and the frame of reference is key. Additionally, many systems have added overhead between the raw storage they can see and the usable storage they allow to be used.
For the purposes of measurement of storage utilization, we'll focus on the following three metrics:
Raw storage is the amount that's visible to a system before RAID protection, formatting and other overhead.
Usable storage is the amount that could hold user data.
Used storage is the amount actually taken up by this data.
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.