Merge pull request #9889 from cmknox/do_docs

Minor updates to reference and health check switch
This commit is contained in:
Jeff Borsecnik 2024-06-03 10:15:51 -07:00 committed by GitHub
commit 7b1c72639f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 10 deletions

View File

@ -88,12 +88,12 @@ For details, see [Windows Update for Business Delivery Optimization Report](/win
| CpuUsagePct | Average CPU usage by the Delivery Optimization process |
| MemUsageKB | Amount of committed memory currently used by the Delivery Optimization process |
| NumberOfPeers | Total number of peers found across all files currently in the cache |
| CacheHostConnections | Number of cache host server connections |
| CdnConnections | Number of CDN server connections |
| LanConnections | Number of peer connections over LAN |
| LinkLocalConnections | Number of peer connections over Link Local |
| GroupConnections | Number of peer connections over Group |
| InternetConnections | Number of peer connections over Internet |
| CacheHostConnections | Number of connections to Microsoft Connected Cache servers |
| CdnConnections | Number of connections to CDN servers |
| LanConnections | Number of connections to LAN peers |
| LinkLocalConnections | Number of connections to Link Local peers |
| GroupConnections | Number of connections to Group peers|
| InternetConnections | Number of connections to Internet peers |
| DownlinkBps | Average download bandwidth usage currently seen across all network adapters |
| DownlinkUsageBps | Average bandwidth currently used by Delivery Optimization for downloads |
| UplinkBps | Average upload bandwidth usage currently seen across all network adapters |

View File

@ -42,7 +42,7 @@ In MDM, the same settings are under **.Vendor/MSFT/Policy/Config/DeliveryOptimiz
| [Minimum disk size allowed to use peer caching](#minimum-disk-size-allowed-to-use-peer-caching) | DOMinDiskSizeAllowedToPeer | 1703 | Default value is 32 GB. |
| [Max cache age](#max-cache-age) | DOMaxCacheAge | 1511 | Default value is 259,200 seconds (three days). |
| [Max cache size](#max-cache-size) | DOMaxCacheSize | 1511 | Default value is 20%. |
| [Absolute max cache size (in GBs)](#absolute-max-cache-size) | DOAbsoluteMaxCacheSize | 1607 | Default is not configured.|
| [Absolute max cache size (in GBs)](#absolute-max-cache-size) | DOAbsoluteMaxCacheSize | 1607 | Default isn't configured.|
| [Modify cache drive](#modify-cache-drive) | DOModifyCacheDrive | 1607 | Default to the operating system drive through the %SYSTEMDRIVE% environment variable. |
| [Minimum peer caching content file size](#minimum-peer-caching-content-file-size) | DOMinFileSizeToCache | 1703 | Default file size is 50 MB. |
| [Monthly upload data cap](#monthly-upload-data-cap) | DOMonthlyUploadDataCap | 1607 | Default value is 20 GB. |

View File

@ -35,10 +35,11 @@ There are two different versions:
### General
[Check out](https://aka.ms/do-fix) the new Delivery Optimization Troubleshooter. This tool provides a device health check to verify the device is set up properly to use Delivery Optimization. To scope the output more specifically, use one of the two switches:
[Check out](https://aka.ms/do-fix) the new Delivery Optimization Troubleshooter. This tool provides a device health check to verify the device is set up properly to use Delivery Optimization. To scope the output more specifically, use one of the available switches:
- -p2p: Provides output specific to P2P settings, efficiency, and errors.
- -mcc: Provides output specific to MCC settings and verifies the client can access the cache server.
- -HealthCheck: Provides an overall check of the device setup to ensure Delivery Optimization communication is possible on the device.
- -P2P: Provides output specific to P2P settings, efficiency, and errors.
- -MCC: Provides output specific to MCC settings and verifies the client can access the cache server.
### Windows 11 22H2