mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Update wufb-reports-do.md
This commit is contained in:
parent
8d20454eed
commit
6d6be15d29
@ -53,17 +53,20 @@ Windows Update for Business reports uses the following Delivery Optimization ter
|
|||||||
|
|
||||||
## Calculations for Delivery Optimization
|
## Calculations for Delivery Optimization
|
||||||
There are sevaral calculated values that appear on the Delivery Optimization report.
|
There are sevaral calculated values that appear on the Delivery Optimization report.
|
||||||
**% Effiency Calculations**
|
|
||||||
|
**Effiency (%) Calculations**
|
||||||
- Bandwidth Savings (BW SAV%) = BytesFromPeers + BytesFromGroupPeers + BytesFromCache)/
|
- Bandwidth Savings (BW SAV%) = BytesFromPeers + BytesFromGroupPeers + BytesFromCache)/
|
||||||
(BytesFromPeers + BytesFromGroupPeers+BytesFromCDN + BytesFromCache) * 100.0 (UCDOAggregatedStatus table)
|
(BytesFromPeers + BytesFromGroupPeers+BytesFromCDN + BytesFromCache) * 100.0 (UCDOAggregatedStatus table)
|
||||||
- % P2P Efficiency = (BytesFromPeers + BytesFromGroupPeers)/(BytesFromPeers + BytesFromGroupPeers+BytesFromCDN+BytesFromCache) * 100 (UCDOStatus table)
|
- % P2P Efficiency = (BytesFromPeers + BytesFromGroupPeers)/(BytesFromPeers + BytesFromGroupPeers+BytesFromCDN+BytesFromCache) * 100 (UCDOStatus table)
|
||||||
- % MCC Efficiency = BytesFromCache/(BytesFromPeers + BytesFromGroupPeers+BytesFromCDN+BytesFromCache) * 100 (UCDOStatus table)
|
- % MCC Efficiency = BytesFromCache/(BytesFromPeers + BytesFromGroupPeers+BytesFromCDN+BytesFromCache) * 100 (UCDOStatus table)
|
||||||
|
|
||||||
**Bytes Calculations**
|
**Bytes Calculations**
|
||||||
- TotalBytes = BytesFromCDN + BytesFromEnterpriseCache + BytesFromPeers + BytesFromGroupPeers (UCDOAggregatedStatus table)
|
- TotalBytes = BytesFromCDN + BytesFromEnterpriseCache + BytesFromPeers + BytesFromGroupPeers (UCDOAggregatedStatus table)
|
||||||
- BytesFromCDN = BytesFromCDN - BytesFromEnterpriseCache (UCDOAggregatedStatus table)
|
- BytesFromCDN = BytesFromCDN - BytesFromEnterpriseCache (UCDOAggregatedStatus table)
|
||||||
- BytesFromPeers = BytesFromLAN (UCDOAggregatedStatus table)
|
- BytesFromPeers = BytesFromLAN (UCDOAggregatedStatus table)
|
||||||
- BytesFromGroupPeers = BytesFromGroupPeers (UCDOAggregatedStatus table)
|
- BytesFromGroupPeers = BytesFromGroupPeers (UCDOAggregatedStatus table)
|
||||||
- BytesFromCache = BytesFromCache (UCDOAggregatedStatus table)
|
- BytesFromCache = BytesFromCache (UCDOAggregatedStatus table)
|
||||||
|
|
||||||
**Volume Calculations**
|
**Volume Calculations**
|
||||||
- Volume by P2P = BytesFromPeers + BytesFromGroupPeers (UCDOStatus table)
|
- Volume by P2P = BytesFromPeers + BytesFromGroupPeers (UCDOStatus table)
|
||||||
- Volume by MCC = BytesFromCache ((UCDOStatus table)
|
- Volume by MCC = BytesFromCache ((UCDOStatus table)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user