Skip to content

Commit 31941c5

Browse files
committed
Apply valid content types, correct alt text style, remove unhelpful lightbox
1 parent ef1e56c commit 31941c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defender-endpoint/linux-support-perf.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following steps can be used to troubleshoot and mitigate these issues:
5151
mdatp config real-time-protection --value disabled
5252
```
5353

54-
```Output
54+
```console
5555
Configuration property updated
5656
```
5757

@@ -83,7 +83,7 @@ The following steps can be used to troubleshoot and mitigate these issues:
8383
mdatp config real-time-protection --value enabled
8484
```
8585

86-
```Output
86+
```console
8787
Configuration property updated
8888
```
8989

@@ -106,7 +106,7 @@ The following steps can be used to troubleshoot and mitigate these issues:
106106

107107
The output of this command should be similar to the following:
108108

109-
```Output
109+
```console
110110
--2020-11-14 11:27:27-- https://raw.githubusercontent.com/microsoft.mdatp-xplat/master/linus/diagnostic/high_cpu_parser.py
111111
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.xxx.xxx
112112
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)| 151.101.xxx.xxx| :443... connected.
@@ -124,7 +124,7 @@ The following steps can be used to troubleshoot and mitigate these issues:
124124

125125
The output of the above is a list of the top contributors to performance issues. The first column is the process identifier (PID), the second column is the process name, and the last column is the number of scanned files, sorted by impact. For example, the output of the command will be something like the below:
126126

127-
```Output
127+
```console
128128
... > mdatp diagnostic real-time-protection-statistics --output json | python high_cpu_parser.py | head
129129
27432 None 76703
130130
73467 actool 1249
@@ -227,7 +227,7 @@ The XMDEClientAnalyzer support tool contains syntax that can be used to add Audi
227227

228228
AuditD exclusion – support tool syntax help:
229229

230-
:::image type="content" source="media/auditd-exclusion-support-tool-syntax-help.png" alt-text="syntax that can be used to add AuditD exclusion configuration rules" lightbox="media/auditd-exclusion-support-tool-syntax-help.png":::
230+
:::image type="content" source="media/auditd-exclusion-support-tool-syntax-help.png" alt-text="Screenshot of the syntax that can be used to add AuditD exclusion configuration rules.":::
231231

232232
**By initiator**
233233

0 commit comments

Comments
 (0)