From 6d6be15d29fb35a957befd9800be8249e374fb92 Mon Sep 17 00:00:00 2001 From: Carmen Forsmann Date: Fri, 31 Mar 2023 14:42:29 -0600 Subject: [PATCH] Update wufb-reports-do.md --- windows/deployment/update/wufb-reports-do.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/deployment/update/wufb-reports-do.md b/windows/deployment/update/wufb-reports-do.md index daefc53d19..c9429c6563 100644 --- a/windows/deployment/update/wufb-reports-do.md +++ b/windows/deployment/update/wufb-reports-do.md @@ -53,17 +53,20 @@ Windows Update for Business reports uses the following Delivery Optimization ter ## Calculations for Delivery Optimization There are sevaral calculated values that appear on the Delivery Optimization report. -**% Effiency Calculations** + +**Effiency (%) Calculations** - Bandwidth Savings (BW SAV%) = BytesFromPeers + BytesFromGroupPeers + BytesFromCache)/ (BytesFromPeers + BytesFromGroupPeers+BytesFromCDN + BytesFromCache) * 100.0 (UCDOAggregatedStatus table) - % P2P Efficiency = (BytesFromPeers + BytesFromGroupPeers)/(BytesFromPeers + BytesFromGroupPeers+BytesFromCDN+BytesFromCache) * 100 (UCDOStatus table) - % MCC Efficiency = BytesFromCache/(BytesFromPeers + BytesFromGroupPeers+BytesFromCDN+BytesFromCache) * 100 (UCDOStatus table) + **Bytes Calculations** - TotalBytes = BytesFromCDN + BytesFromEnterpriseCache + BytesFromPeers + BytesFromGroupPeers (UCDOAggregatedStatus table) - BytesFromCDN = BytesFromCDN - BytesFromEnterpriseCache (UCDOAggregatedStatus table) - BytesFromPeers = BytesFromLAN (UCDOAggregatedStatus table) - BytesFromGroupPeers = BytesFromGroupPeers (UCDOAggregatedStatus table) - BytesFromCache = BytesFromCache (UCDOAggregatedStatus table) + **Volume Calculations** - Volume by P2P = BytesFromPeers + BytesFromGroupPeers (UCDOStatus table) - Volume by MCC = BytesFromCache ((UCDOStatus table)