Skip to content

Commit b713620

Browse files
authored
Merge pull request #43040 from eva-seydl/patch-2
Updated LogicalDisk(\*)\\%Free Space
2 parents 932d146 + 210cf8a commit b713620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-desktop/deploy-diagnostics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Here's how to manually configure the recommended performance counters:
104104
3. In the **Settings** section, select **Advanced settings**.
105105
4. After that, navigate to **Data** > **Windows Performance Counters** and add the following counters:
106106

107-
- LogicalDisk(\*)\%Free Space
107+
- LogicalDisk(\*)\\%Free Space
108108
- LogicalDisk(C:)\\Avg. Disk Queue Length
109109
- Memory(\*)\\Available Mbytes
110110
- Processor Information(\*)\\Processor Time
@@ -138,7 +138,7 @@ To make sure your Log Analytics workspace has the preconfigured Windows performa
138138
3. After that, go to **Data** > **Windows Performance Counters**.
139139
4. Make sure the following counters are preconfigured:
140140

141-
- LogicalDisk(\*)\%Free Space: Displays the amount of free space of the total usable space on the disk as a percentage.
141+
- LogicalDisk(\*)\\%Free Space: Displays the amount of free space of the total usable space on the disk as a percentage.
142142
- LogicalDisk(C:)\\Avg. Disk Queue Length: The length of disk transfer request for your C drive. The value shouldn’t exceed 2 for more than a short period of time.
143143
- Memory(\*)\\Available Mbytes: The available memory for the system in megabytes.
144144
- Processor Information(\*)\\Processor Time: the percentage of elapsed time that the processor spends to execute a non-Idle thread.
@@ -230,7 +230,7 @@ You can also interact with users on the session host:
230230

231231
### Windows performance counter thresholds
232232

233-
- LogicalDisk(\*)\|%Free Space:
233+
- LogicalDisk(\*)\\%Free Space:
234234

235235
- Displays the percentage of the total usable space on the logical disk that is free.
236236
- Threshold: Less than 20% is marked as unhealthy.

0 commit comments

Comments
 (0)