mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Minor updates and add health check
This commit is contained in:
@ -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 |
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user