You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/deploy-diagnostics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Here's how to manually configure the recommended performance counters:
104
104
3. In the **Settings** section, select **Advanced settings**.
105
105
4. After that, navigate to **Data** > **Windows Performance Counters** and add the following counters:
106
106
107
-
- LogicalDisk(\*)\%Free Space
107
+
- LogicalDisk(\*)\\%Free Space
108
108
- LogicalDisk(C:)\\Avg. Disk Queue Length
109
109
- Memory(\*)\\Available Mbytes
110
110
- Processor Information(\*)\\Processor Time
@@ -138,7 +138,7 @@ To make sure your Log Analytics workspace has the preconfigured Windows performa
138
138
3. After that, go to **Data** > **Windows Performance Counters**.
139
139
4. Make sure the following counters are preconfigured:
140
140
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.
142
142
- 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.
143
143
- Memory(\*)\\Available Mbytes: The available memory for the system in megabytes.
144
144
- 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:
230
230
231
231
### Windows performance counter thresholds
232
232
233
-
- LogicalDisk(\*)\|%Free Space:
233
+
- LogicalDisk(\*)\\%Free Space:
234
234
235
235
- Displays the percentage of the total usable space on the logical disk that is free.
236
236
- Threshold: Less than 20% is marked as unhealthy.
0 commit comments