Update wufb-reports-do.md

This commit is contained in:
Carmen Forsmann 2023-03-31 14:42:29 -06:00 committed by GitHub
parent 8d20454eed
commit 6d6be15d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)