Update wufb-reports-do.md

This commit is contained in:
Carmen Forsmann
2023-03-31 14:37:36 -06:00
committed by GitHub
parent 2e369df59a
commit f369472d8f

View File

@ -40,14 +40,31 @@ Windows Update for Business reports uses the following Delivery Optimization ter
- If bandwidth savings are <= 60% a *Warning* icon is displayed
- When bandwidth savings are <10% an *Error* icon is displayed.
- **Configurations**: Based on the DownloadMode configuration set via MDM, Group Policy, or end-user via the user interface.
- **P2P Device Count**: The device count is determined by the number of devices that have received bytes from peers, for supported content types.
- **Microsoft Connected Cache (MCC)**: Microsoft Connected Cache is a software-only caching solution that delivers Microsoft content. [Learn more] (https://learn.microsoft.com/windows/deployment/do/waas-microsoft-connected-cache)
- **MCC Device Count**: The device count is determined by the number of devices that have received bytes from the cache server, for supported content types.
- **Total # of Devices**: The total number of devices with activity in last 28 days!
**LAN Bytes**: Bytes delivered from LAN peers.
**Group Bytes**: Bytes from Group peers. If a device is using Group DownloadMode, Delivery Optimization will first look for peers on the LAN and then in the Group. Therefore, if bytes are delivered from LAN peers, they will be calculated in 'LAN Bytes'.
**CDN Bytes**: Bytes delivered from Content Delivery Network (CDN).
**City**: City is determined based on the location of the device where the maximum amount of data is downloaded.
**Country**: Country is determined based on the location of the device where the maximum amount of data is downloaded.
**ISP**: ISP is determined based on the ISP delivering the maximum bytes to the device.
## Calculations for Delivery Optimization
There are sevaral calculated values that appear on the Delivery Optimization report. Here is a list of them with the associated formula.
Bandwidth Savings (BW SAV%):
<!--Check this formula w PG, might be VolCDN=-->
Volume from the CDN is calculated with the following formula:
BytesFromCDN = BytesFromCDN - BytesFromEnterpriseCache
There are sevaral calculated values that appear on the Delivery Optimization report.
- 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)
- 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 by P2P = BytesFromPeers + BytesFromGroupPeers (UCDOStatus table)
- Volume by MCC = BytesFromCache ((UCDOStatus table)
- Volume by CDN = BytesFrom CDN (UCDOStatus table)
## Determine GroupID
@ -78,3 +95,9 @@ UCDOAggregatedStatus
### Sample query 2
Explanation of what the query displays
### Frequency Asked Questions
**Data is showing as 'Unknown', what does that mean?**
You may see data in the report listed as 'Unknown'. This indicates that the Delivery Optimization DownloadMode setting is either invalid or empty.