select node_name,cast(float(sum(physical_mb))/1024 as decimal(14,2)) as TOTAL_GB from occupancy where node_name in (select node_name from nodes where domain_name='YOUR-DOMAIN')group by node_name
Then copy the the data to a spreadsheet and sum the TOTAL_GB column?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.