In our architecture, the Disk Usage is calculated in the following way:

  • Our architecture keeps record of every day’s disk usage ( PUSH Zone contents + DVR ) for a month, then take the average usage for that particular month and take its 95% and show that as the Final Disk Usage.

For Example: A user has kept 1000MB file through out the month in his push zone. So when we calculate the average for the month it will be 1000MB * 31 days = 31000 MB / 31 days = 1000MB average.

95% of 1000MB is 950MB, his disk usage will be shown as 950MB in the console.

Leave a Reply