Minor updates and add health check

This commit is contained in:
[cmknox]
2024-05-31 20:23:47 -06:00
parent 7abd382d07
commit 5ac0cc0290
2 changed files with 9 additions and 8 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 | | CpuUsagePct | Average CPU usage by the Delivery Optimization process |
| MemUsageKB | Amount of committed memory currently used 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 | | NumberOfPeers | Total number of peers found across all files currently in the cache |
| CacheHostConnections | Number of cache host server connections | | CacheHostConnections | Number of connections to Microsoft Connected Cache servers |
| CdnConnections | Number of CDN server connections | | CdnConnections | Number of connections to CDN servers |
| LanConnections | Number of peer connections over LAN | | LanConnections | Number of connections to LAN peers |
| LinkLocalConnections | Number of peer connections over Link Local | | LinkLocalConnections | Number of connections to Link Local peers |
| GroupConnections | Number of peer connections over Group | | GroupConnections | Number of connections to Group peers|
| InternetConnections | Number of peer connections over Internet | | InternetConnections | Number of connections to Internet peers |
| DownlinkBps | Average download bandwidth usage currently seen across all network adapters | | DownlinkBps | Average download bandwidth usage currently seen across all network adapters |
| DownlinkUsageBps | Average bandwidth currently used by Delivery Optimization for downloads | | DownlinkUsageBps | Average bandwidth currently used by Delivery Optimization for downloads |
| UplinkBps | Average upload bandwidth usage currently seen across all network adapters | | UplinkBps | Average upload bandwidth usage currently seen across all network adapters |

View File

@ -37,8 +37,9 @@ There are two different versions:
[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 two switches:
- -p2p: Provides output specific to P2P settings, efficiency, and errors. - -HealthCheck: Provides an overall check of the device setup to ensure Delivery Optimization communication is possible on the device.
- -mcc: Provides output specific to MCC settings and verifies the client can access the cache server. - -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 ### Windows 11 22H2