VMware Cloud Community
mars0077
Enthusiast
Enthusiast

vROPS Monitor Volume Space Using Percentage

Hello all,

I would like to know how I can monitor array volumes using percentages instead of absolute GB/TB values. We have many different array based volumes with different sizes so it makes more sense to monitor the available capacity for these using percentages.

Does anyone know how I can create this supermetric and what is the formula I should use?

Thanks!

0 Kudos
1 Reply
FredGSanford
Enthusiast
Enthusiast

Tested on 8.10 - Datastore Available space %

sum(${this, metric=capacity|available_space, depth=1})/sum(${this, metric=capacity|total_capacity, depth=1})*100

0 Kudos